Html Css Color HEX #F424E5 Razzle Dazzle Rose

📋 copy color: '#F424E5'

red 244 ◦ green 36 ◦ blue 229

#F424E5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #F424E5

Tints of Razzle Dazzle Rose #F424E5

RGB

 RED value IS 244 (95.7% from 255) = 47.94%

 GREEN value IS 36 (14.45% from 255) = 7.07%

 BLUE value IS 229 (89.84% from 255) = 44.99%

R = 47.94%
G = 7.07%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#F424E5 (or 0xF424E5) is known color: Razzle Dazzle Rose. HEX triplet: F4, 24 and E5. RGB value is (244,36,229). Sum of RGB (Red+Green+Blue) = 244+36+229=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 36 (14.45% from 255 or 7.07% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F424E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F424E5 is #0BDB1A. Grayscale: #777777. Windows color (decimal): -776987 or 15017204. OLE color: 15017204.

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

Color convert

RGB 244 36 229 -
CMYK 0 0.85 0.06 0.04
HSL 304.33º 0.9% 0.55% -
HSV(B) 304.33º 0.85% 0.96% -
XYZ 52.08 26.15 76.43 -
YUV 120.19 189.41 216.31 -
System Red Green Blue C M Y K H S L
Decimal 244 36 229 0 0.85 0.06 0.04 304.33 0.9 0.55
Hex F4 24 E5 0 55 6 4 130 5A 37
Octal 364 44 345 0 125 6 4 460 132 67
Binary 11110100 100100 11100101 0 1010101 110 100 100110000 1011010 110111

Color Harmonies of #F424E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F424E5

Black with #F424E5

Text Example


Text Example

White with #F424E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F424E5; }

 p { color: rgb(244,36,229); }

 H1.HeaderClassName
 {
   color: #F424E5;
 }
 .AnyTagClassName
 {
   color: #F424E5;
 }
</style>

background-color css

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

 a { background-color: rgb(244,36,229); }

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

border-color css

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

 span { border-color: rgb(244,36,229); }

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