#f34cc8

Color #F34CC8 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F34CC8

Tints of Razzle Dazzle Rose #F34CC8

Color information

#F34CC8 (or 0xF34CC8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 4C and C8. RGB value is (243,76,200). Sum of RGB (Red+Green+Blue) = 243+76+200=519 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.82% from 519); Green value is 76 (30.08% from 255 or 14.64% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 243 - color contains mainly: red. Hex color #F34CC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F34CC8 is #0CB337. Grayscale: #8B8B8B. Windows color (decimal): -832312 or 13126899. OLE color: 13126899.

HSL color Cylindrical-coordinate representation of color #F34CC8: hue angle of 315.45º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F34CC8 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB24376200-
CMYK00.690.180.05
HSL315.45º87.43%62.55%-
HSV(B)315.45º68.72%95.29%-
XYZ49.9728.3957.49-
YUV140.07161.83201.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 46.82%
GREEN value IS 76 (30.08% from 255) = 14.64%
BLUE value IS 200 (78.52% from 255) = 38.54%
R=46.82%
G=14.64%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437620000.690.180.05315.4587.4362.55
HexF34CC804512513b573f
Octal363114310010522547312777
Binary1111001110011001100100001000101100101011001110111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f34cc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f34cc8; }

 p { color: rgb(243,76,200); }

 H1.HeaderClassName
 {
   color: #f34cc8;
 }
 .AnyTagClassName
 {
   color: #f34cc8;
 }
</style>
background-color css

<style>
 a { background-color: #f34cc8; }

 a { background-color: rgb(243,76,200); }

 div.DivClassName
 {
   background-color: #f34cc8;
 }
 .BgClassName
 {
   background-color: #f34cc8;
 }
</style>
border-color css

<style>
 span { border-color: #f34cc8; }

 span { border-color: rgb(243,76,200); }

 td.TdClassName
 {
   border-color: #f34cc8;
 }
 .TagClassName
 {
   border-color: #f34cc8;
 }
</style>