#F335DC

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

Shades of Razzle Dazzle Rose #F335DC

Tints of Razzle Dazzle Rose #F335DC

Color information

#F335DC (or 0xF335DC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 35 and DC. RGB value is (243,53,220). Sum of RGB (Red+Green+Blue) = 243+53+220=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 53 (21.09% from 255 or 10.27% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 243 - color contains mainly: red. Hex color #F335DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F335DC is #0CCA23. Grayscale: #808080. Windows color (decimal): -838180 or 14431731. OLE color: 14431731.

HSL color Cylindrical-coordinate representation of color #F335DC: hue angle of 307.26º 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 #F335DC is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB24353220-
CMYK00.780.090.05
HSL307.26º88.79%58.04%-
HSV(B)307.26º78.19%95.29%-
XYZ51.1526.7770.18-
YUV128.85179.45209.42-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.09%
GREEN value IS 53 (21.09% from 255) = 10.27%
BLUE value IS 220 (86.33% from 255) = 42.64%
R=47.09%
G=10.27%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2435322000.780.090.05307.2688.7958.04
HexF335DC04E95133593a
Octal36365334011611546313172
Binary11110011110101110111000100111010011011001100111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F335DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F335DC; }

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

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

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

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

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

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

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

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