#F425CC

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

Shades of Razzle Dazzle Rose #F425CC

Tints of Razzle Dazzle Rose #F425CC

Color information

#F425CC (or 0xF425CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 25 and CC. RGB value is (244,37,204). Sum of RGB (Red+Green+Blue) = 244+37+204=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 37 (14.84% from 255 or 7.63% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F425CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F425CC is #0BDA33. Grayscale: #757575. Windows color (decimal): -776756 or 13379060. OLE color: 13379060.

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

Color convert

RGB24437204-
CMYK00.850.160.04
HSL311.59º90.39%55.1%-
HSV(B)311.59º84.84%95.69%-
XYZ48.8724.9259.36-
YUV117.93176.58217.92-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.31%
GREEN value IS 37 (14.84% from 255) = 7.63%
BLUE value IS 204 (80.08% from 255) = 42.06%
R=50.31%
G=7.63%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2443720400.850.160.04311.5990.3955.1
HexF425CC0551041385a37
Octal36445314012520447013267
Binary111101001001011100110001010101100001001001110001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F425CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F425CC; }

 p { color: rgb(244,37,204); }

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

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

 a { background-color: rgb(244,37,204); }

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

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

 span { border-color: rgb(244,37,204); }

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