#F425D4

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

Shades of Razzle Dazzle Rose #F425D4

Tints of Razzle Dazzle Rose #F425D4

Color information

#F425D4 (or 0xF425D4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 25 and D4. RGB value is (244,37,212). Sum of RGB (Red+Green+Blue) = 244+37+212=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 37 (14.84% from 255 or 7.51% from 493); Blue value is 212 (83.20% from 255 or 43.00% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F425D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F425D4 is #0BDA2B. Grayscale: #767676. Windows color (decimal): -776748 or 13903348. OLE color: 13903348.

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

Color convert

RGB24437212-
CMYK00.850.130.04
HSL309.28º90.39%55.1%-
HSV(B)309.28º84.84%95.69%-
XYZ49.8525.3164.55-
YUV118.84180.58217.27-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.49%
GREEN value IS 37 (14.84% from 255) = 7.51%
BLUE value IS 212 (83.20% from 255) = 43.00%
R=49.49%
G=7.51%
B=43.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2443721200.850.130.04309.2890.3955.1
HexF425D4055D41355a37
Octal36445324012515446513267
Binary11110100100101110101000101010111011001001101011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F425D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F425D4; }

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

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

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

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

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

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

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

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