Html Css Color HEX #F441E4 Razzle Dazzle Rose

📋 copy color: '#F441E4'

red 244 ◦ green 65 ◦ blue 228

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

Shades of Razzle Dazzle Rose #F441E4

Tints of Razzle Dazzle Rose #F441E4

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.1%

 BLUE value IS 228 (89.45% from 255) = 42.46%

R = 45.44%
G = 12.1%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F441E4 (or 0xF441E4) is known color: Razzle Dazzle Rose. HEX triplet: F4, 41 and E4. RGB value is (244,65,228). Sum of RGB (Red+Green+Blue) = 244+65+228=537 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.44% from 537); Green value is 65 (25.78% from 255 or 12.10% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 244 - color contains mainly: red. Hex color #F441E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F441E4 is #0BBE1B. Grayscale: #888888. Windows color (decimal): -769564 or 14959092. OLE color: 14959092.

HSL color Cylindrical-coordinate representation of color #F441E4: hue angle of 305.36º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F441E4 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 65 228 -
CMYK 0 0.73 0.07 0.04
HSL 305.36º 0.89% 0.61% -
HSV(B) 305.36º 0.73% 0.96% -
XYZ 53.2 28.62 76.12 -
YUV 137.1 179.3 204.25 -
System Red Green Blue C M Y K H S L
Decimal 244 65 228 0 0.73 0.07 0.04 305.36 0.89 0.61
Hex F4 41 E4 0 49 7 4 131 59 3D
Octal 364 101 344 0 111 7 4 461 131 75
Binary 11110100 1000001 11100100 0 1001001 111 100 100110001 1011001 111101

Color Harmonies of #F441E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F441E4

Black with #F441E4

Text Example


Text Example

White with #F441E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F441E4; }

 p { color: rgb(244,65,228); }

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

background-color css

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

 a { background-color: rgb(244,65,228); }

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

border-color css

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

 span { border-color: rgb(244,65,228); }

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