#F335C4

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

Shades of Razzle Dazzle Rose #F335C4

Tints of Razzle Dazzle Rose #F335C4

Color information

#F335C4 (or 0xF335C4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 35 and C4. RGB value is (243,53,196). Sum of RGB (Red+Green+Blue) = 243+53+196=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 53 (21.09% from 255 or 10.77% from 492); Blue value is 196 (76.95% from 255 or 39.84% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F335C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F335C4 is #0CCA3B. Grayscale: #7D7D7D. Windows color (decimal): -838204 or 12858867. OLE color: 12858867.

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

Color convert

RGB24353196-
CMYK00.780.190.05
HSL314.84º88.79%58.04%-
HSV(B)314.84º78.19%95.29%-
XYZ48.225.5954.62-
YUV126.11167.45211.37-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.39%
GREEN value IS 53 (21.09% from 255) = 10.77%
BLUE value IS 196 (76.95% from 255) = 39.84%
R=49.39%
G=10.77%
B=39.84%

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
Decimal2435319600.780.190.05314.8488.7958.04
HexF335C404E13513b593a
Octal36365304011623547313172
Binary111100111101011100010001001110100111011001110111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F335C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F335C4; }

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

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

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

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

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

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

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

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