#F425E1

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

Shades of Razzle Dazzle Rose #F425E1

Tints of Razzle Dazzle Rose #F425E1

Color information

#F425E1 (or 0xF425E1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 25 and E1. RGB value is (244,37,225). Sum of RGB (Red+Green+Blue) = 244+37+225=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 37 (14.84% from 255 or 7.31% from 506); Blue value is 225 (88.28% from 255 or 44.47% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F425E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F425E1 is #0BDA1E. Grayscale: #777777. Windows color (decimal): -776735 or 14755316. OLE color: 14755316.

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

Color convert

RGB24437225-
CMYK00.850.080.04
HSL305.51º90.39%55.1%-
HSV(B)305.51º84.84%95.69%-
XYZ51.5625.9973.53-
YUV120.32187.08216.21-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.22%
GREEN value IS 37 (14.84% from 255) = 7.31%
BLUE value IS 225 (88.28% from 255) = 44.47%
R=48.22%
G=7.31%
B=44.47%

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
Decimal2443722500.850.080.04305.5190.3955.1
HexF425E1055841325a37
Octal36445341012510446213267
Binary11110100100101111000010101010110001001001100101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F425E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F425E1; }

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

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

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

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

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

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

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

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