#F335DF

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

Shades of Razzle Dazzle Rose #F335DF

Tints of Razzle Dazzle Rose #F335DF

Color information

#F335DF (or 0xF335DF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 35 and DF. RGB value is (243,53,223). Sum of RGB (Red+Green+Blue) = 243+53+223=519 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.82% from 519); Green value is 53 (21.09% from 255 or 10.21% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 243 - color contains mainly: red. Hex color #F335DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F335DF is #0CCA20. Grayscale: #808080. Windows color (decimal): -838177 or 14628339. OLE color: 14628339.

HSL color Cylindrical-coordinate representation of color #F335DF: hue angle of 306.32º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F335DF is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB24353223-
CMYK00.780.080.05
HSL306.32º88.79%58.04%-
HSV(B)306.32º78.19%95.29%-
XYZ51.5526.9372.29-
YUV129.19180.95209.18-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.82%
GREEN value IS 53 (21.09% from 255) = 10.21%
BLUE value IS 223 (87.5% from 255) = 42.97%
R=46.82%
G=10.21%
B=42.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2435322300.780.080.05306.3288.7958.04
HexF335DF04E85132593a
Octal36365337011610546213172
Binary11110011110101110111110100111010001011001100101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F335DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F335DF; }

 p { color: rgb(243,53,223); }

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

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

 a { background-color: rgb(243,53,223); }

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

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

 span { border-color: rgb(243,53,223); }

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