#F425D3

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

Shades of Razzle Dazzle Rose #F425D3

Tints of Razzle Dazzle Rose #F425D3

Color information

#F425D3 (or 0xF425D3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 25 and D3. RGB value is (244,37,211). Sum of RGB (Red+Green+Blue) = 244+37+211=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 37 (14.84% from 255 or 7.52% from 492); Blue value is 211 (82.81% from 255 or 42.89% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F425D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F425D3 is #0BDA2C. Grayscale: #767676. Windows color (decimal): -776749 or 13837812. OLE color: 13837812.

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

Color convert

RGB24437211-
CMYK00.850.140.04
HSL309.57º90.39%55.1%-
HSV(B)309.57º84.84%95.69%-
XYZ49.7325.2663.88-
YUV118.73180.08217.35-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.59%
GREEN value IS 37 (14.84% from 255) = 7.52%
BLUE value IS 211 (82.81% from 255) = 42.89%
R=49.59%
G=7.52%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2443721100.850.140.04309.5790.3955.1
HexF425D3055E41365a37
Octal36445323012516446613267
Binary11110100100101110100110101010111101001001101101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F425D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F425D3; }

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

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

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

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

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

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

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

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