Html Css Color HEX #F441CB Razzle Dazzle Rose

📋 copy color: '#F441CB'

red 244 ◦ green 65 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F441CB

Tints of Razzle Dazzle Rose #F441CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.65%

R = 47.66%
G = 12.7%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F441CB (or 0xF441CB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 41 and CB. RGB value is (244,65,203). Sum of RGB (Red+Green+Blue) = 244+65+203=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 65 (25.78% from 255 or 12.70% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F441CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F441CB is #0BBE34. Grayscale: #858585. Windows color (decimal): -769589 or 13320692. OLE color: 13320692.

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

Color convert

RGB 244 65 203 -
CMYK 0 0.73 0.17 0.04
HSL 313.74º 0.89% 0.61% -
HSV(B) 313.74º 0.73% 0.96% -
XYZ 49.98 27.33 59.14 -
YUV 134.25 166.8 206.28 -
System Red Green Blue C M Y K H S L
Decimal 244 65 203 0 0.73 0.17 0.04 313.74 0.89 0.61
Hex F4 41 CB 0 49 11 4 13A 59 3D
Octal 364 101 313 0 111 21 4 472 131 75
Binary 11110100 1000001 11001011 0 1001001 10001 100 100111010 1011001 111101

Color Harmonies of #F441CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F441CB

Black with #F441CB

Text Example


Text Example

White with #F441CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F441CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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