#F335B6

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

Shades of Razzle Dazzle Rose #F335B6

Tints of Razzle Dazzle Rose #F335B6

Color information

#F335B6 (or 0xF335B6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 35 and B6. RGB value is (243,53,182). Sum of RGB (Red+Green+Blue) = 243+53+182=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 53 (21.09% from 255 or 11.09% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F335B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F335B6 is #0CCA49. Grayscale: #7C7C7C. Windows color (decimal): -838218 or 11941363. OLE color: 11941363.

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

Color convert

RGB24353182-
CMYK00.780.250.05
HSL319.26º88.79%58.04%-
HSV(B)319.26º78.19%95.29%-
XYZ46.6824.9846.62-
YUV124.52160.45212.51-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.84%
GREEN value IS 53 (21.09% from 255) = 11.09%
BLUE value IS 182 (71.48% from 255) = 38.08%
R=50.84%
G=11.09%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2435318200.780.250.05319.2688.7958.04
HexF335B604E19513f593a
Octal36365266011631547713172
Binary111100111101011011011001001110110011011001111111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F335B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F335B6; }

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

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

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

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

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

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

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

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