Html Css Color HEX #F421E1 Razzle Dazzle Rose

📋 copy color: '#F421E1'

red 244 ◦ green 33 ◦ blue 225

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

Shades of Razzle Dazzle Rose #F421E1

Tints of Razzle Dazzle Rose #F421E1

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.57%

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

R = 48.61%
G = 6.57%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F421E1 (or 0xF421E1) is known color: Razzle Dazzle Rose. HEX triplet: F4, 21 and E1. RGB value is (244,33,225). Sum of RGB (Red+Green+Blue) = 244+33+225=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 33 (13.28% from 255 or 6.57% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 244 - color contains mainly: red. Hex color #F421E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F421E1 is #0BDE1E. Grayscale: #757575. Windows color (decimal): -777759 or 14754292. OLE color: 14754292.

HSL color Cylindrical-coordinate representation of color #F421E1: hue angle of 305.4º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F421E1 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 33 225 -
CMYK 0 0.86 0.08 0.04
HSL 305.4º 0.91% 0.54% -
HSV(B) 305.4º 0.86% 0.96% -
XYZ 51.44 25.76 73.49 -
YUV 117.98 188.4 217.89 -
System Red Green Blue C M Y K H S L
Decimal 244 33 225 0 0.86 0.08 0.04 305.4 0.91 0.54
Hex F4 21 E1 0 56 8 4 131 5B 36
Octal 364 41 341 0 126 10 4 461 133 66
Binary 11110100 100001 11100001 0 1010110 1000 100 100110001 1011011 110110

Color Harmonies of #F421E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F421E1

Black with #F421E1

Text Example


Text Example

White with #F421E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F421E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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