#F335C3

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

Shades of Razzle Dazzle Rose #F335C3

Tints of Razzle Dazzle Rose #F335C3

Color information

#F335C3 (or 0xF335C3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 35 and C3. RGB value is (243,53,195). Sum of RGB (Red+Green+Blue) = 243+53+195=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 53 (21.09% from 255 or 10.79% from 491); Blue value is 195 (76.56% from 255 or 39.71% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F335C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F335C3 is #0CCA3C. Grayscale: #7D7D7D. Windows color (decimal): -838205 or 12793331. OLE color: 12793331.

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

Color convert

RGB24353195-
CMYK00.780.200.05
HSL315.16º88.79%58.04%-
HSV(B)315.16º78.19%95.29%-
XYZ48.0925.5454.03-
YUV126166.95211.45-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.49%
GREEN value IS 53 (21.09% from 255) = 10.79%
BLUE value IS 195 (76.56% from 255) = 39.71%
R=49.49%
G=10.79%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2435319500.780.200.05315.1688.7958.04
HexF335C304E14513b593a
Octal36365303011624547313172
Binary111100111101011100001101001110101001011001110111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F335C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F335C3; }

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

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

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

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

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

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

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

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