Html Css Color HEX #F424E1 Razzle Dazzle Rose

📋 copy color: '#F424E1'

red 244 ◦ green 36 ◦ blue 225

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

Shades of Razzle Dazzle Rose #F424E1

Tints of Razzle Dazzle Rose #F424E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.55%

R = 48.32%
G = 7.13%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F424E1 (or 0xF424E1) is known color: Razzle Dazzle Rose. HEX triplet: F4, 24 and E1. RGB value is (244,36,225). Sum of RGB (Red+Green+Blue) = 244+36+225=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 36 (14.45% from 255 or 7.13% from 505); Blue value is 225 (88.28% from 255 or 44.55% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F424E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F424E1 is #0BDB1E. Grayscale: #777777. Windows color (decimal): -776991 or 14755060. OLE color: 14755060.

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

Color convert

RGB 244 36 225 -
CMYK 0 0.85 0.08 0.04
HSL 305.48º 0.9% 0.55% -
HSV(B) 305.48º 0.85% 0.96% -
XYZ 51.53 25.93 73.52 -
YUV 119.74 187.41 216.63 -
System Red Green Blue C M Y K H S L
Decimal 244 36 225 0 0.85 0.08 0.04 305.48 0.9 0.55
Hex F4 24 E1 0 55 8 4 131 5A 37
Octal 364 44 341 0 125 10 4 461 132 67
Binary 11110100 100100 11100001 0 1010101 1000 100 100110001 1011010 110111

Color Harmonies of #F424E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F424E1

Black with #F424E1

Text Example


Text Example

White with #F424E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F424E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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