Html Css Color HEX #F441B8 Razzle Dazzle Rose

📋 copy color: '#F441B8'

red 244 ◦ green 65 ◦ blue 184

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

Shades of Razzle Dazzle Rose #F441B8

Tints of Razzle Dazzle Rose #F441B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.32%

R = 49.49%
G = 13.18%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F441B8 (or 0xF441B8) is known color: Razzle Dazzle Rose. HEX triplet: F4, 41 and B8. RGB value is (244,65,184). Sum of RGB (Red+Green+Blue) = 244+65+184=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 65 (25.78% from 255 or 13.18% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F441B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F441B8 is #0BBE47. Grayscale: #838383. Windows color (decimal): -769608 or 12075508. OLE color: 12075508.

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

Color convert

RGB 244 65 184 -
CMYK 0 0.73 0.25 0.04
HSL 320.11º 0.89% 0.61% -
HSV(B) 320.11º 0.73% 0.96% -
XYZ 47.85 26.47 47.94 -
YUV 132.09 157.3 207.82 -
System Red Green Blue C M Y K H S L
Decimal 244 65 184 0 0.73 0.25 0.04 320.11 0.89 0.61
Hex F4 41 B8 0 49 19 4 140 59 3D
Octal 364 101 270 0 111 31 4 500 131 75
Binary 11110100 1000001 10111000 0 1001001 11001 100 101000000 1011001 111101

Color Harmonies of #F441B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F441B8

Black with #F441B8

Text Example


Text Example

White with #F441B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F441B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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