#F435C5

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

Shades of Razzle Dazzle Rose #F435C5

Tints of Razzle Dazzle Rose #F435C5

Color information

#F435C5 (or 0xF435C5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 35 and C5. RGB value is (244,53,197). Sum of RGB (Red+Green+Blue) = 244+53+197=494 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.39% from 494); Green value is 53 (21.09% from 255 or 10.73% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 244 - color contains mainly: red. Hex color #F435C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F435C5 is #0BCA3A. Grayscale: #7E7E7E. Windows color (decimal): -772667 or 12924404. OLE color: 12924404.

HSL color Cylindrical-coordinate representation of color #F435C5: hue angle of 314.76º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F435C5 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB24453197-
CMYK00.780.190.04
HSL314.76º89.67%58.24%-
HSV(B)314.76º78.28%95.69%-
XYZ48.6625.8155.24-
YUV126.52167.78211.79-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.39%
GREEN value IS 53 (21.09% from 255) = 10.73%
BLUE value IS 197 (77.34% from 255) = 39.88%
R=49.39%
G=10.73%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2445319700.780.190.04314.7689.6758.24
HexF435C504E13413b5a3a
Octal36465305011623447313272
Binary111101001101011100010101001110100111001001110111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F435C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F435C5; }

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

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

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

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

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

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

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

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