#F335C5

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

Shades of Razzle Dazzle Rose #F335C5

Tints of Razzle Dazzle Rose #F335C5

Color information

#F335C5 (or 0xF335C5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 35 and C5. RGB value is (243,53,197). Sum of RGB (Red+Green+Blue) = 243+53+197=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 53 (21.09% from 255 or 10.75% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F335C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F335C5 is #0CCA3A. Grayscale: #7D7D7D. Windows color (decimal): -838203 or 12924403. OLE color: 12924403.

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

Color convert

RGB24353197-
CMYK00.780.190.05
HSL314.53º88.79%58.04%-
HSV(B)314.53º78.19%95.29%-
XYZ48.3125.6355.22-
YUV126.23167.95211.29-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.29%
GREEN value IS 53 (21.09% from 255) = 10.75%
BLUE value IS 197 (77.34% from 255) = 39.96%
R=49.29%
G=10.75%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2435319700.780.190.05314.5388.7958.04
HexF335C504E13513b593a
Octal36365305011623547313172
Binary111100111101011100010101001110100111011001110111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F335C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F335C5; }

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

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

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

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

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

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

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

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