#F335B5

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

Shades of Razzle Dazzle Rose #F335B5

Tints of Razzle Dazzle Rose #F335B5

Color information

#F335B5 (or 0xF335B5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 35 and B5. RGB value is (243,53,181). Sum of RGB (Red+Green+Blue) = 243+53+181=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 53 (21.09% from 255 or 11.11% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F335B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F335B5 is #0CCA4A. Grayscale: #7C7C7C. Windows color (decimal): -838219 or 11875827. OLE color: 11875827.

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

Color convert

RGB24353181-
CMYK00.780.260.05
HSL319.58º88.79%58.04%-
HSV(B)319.58º78.19%95.29%-
XYZ46.5824.9446.07-
YUV124.4159.95212.59-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.94%
GREEN value IS 53 (21.09% from 255) = 11.11%
BLUE value IS 181 (71.09% from 255) = 37.95%
R=50.94%
G=11.11%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2435318100.780.260.05319.5888.7958.04
HexF335B504E1A5140593a
Octal36365265011632550013172
Binary111100111101011011010101001110110101011010000001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F335B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F335B5; }

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

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

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

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

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

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

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

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