#F425E0

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

Shades of Razzle Dazzle Rose #F425E0

Tints of Razzle Dazzle Rose #F425E0

Color information

#F425E0 (or 0xF425E0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 25 and E0. RGB value is (244,37,224). Sum of RGB (Red+Green+Blue) = 244+37+224=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 37 (14.84% from 255 or 7.33% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F425E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F425E0 is #0BDA1F. Grayscale: #777777. Windows color (decimal): -776736 or 14689780. OLE color: 14689780.

HSL color Cylindrical-coordinate representation of color #F425E0: hue angle of 305.8º 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 #F425E0 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB24437224-
CMYK00.850.080.04
HSL305.8º90.39%55.1%-
HSV(B)305.8º84.84%95.69%-
XYZ51.4225.9472.82-
YUV120.21186.58216.29-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.32%
GREEN value IS 37 (14.84% from 255) = 7.33%
BLUE value IS 224 (87.89% from 255) = 44.36%
R=48.32%
G=7.33%
B=44.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2443722400.850.080.04305.890.3955.1
HexF425E0055841325a37
Octal36445340012510446213267
Binary11110100100101111000000101010110001001001100101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F425E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F425E0; }

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

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

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

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

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

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

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

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