Html Css Color HEX #F441CE Razzle Dazzle Rose

📋 copy color: '#F441CE'

red 244 ◦ green 65 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F441CE

Tints of Razzle Dazzle Rose #F441CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40%

R = 47.38%
G = 12.62%
B = 40%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F441CE (or 0xF441CE) is known color: Razzle Dazzle Rose. HEX triplet: F4, 41 and CE. RGB value is (244,65,206). Sum of RGB (Red+Green+Blue) = 244+65+206=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 65 (25.78% from 255 or 12.62% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 244 - color contains mainly: red. Hex color #F441CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F441CE is #0BBE31. Grayscale: #868686. Windows color (decimal): -769586 or 13517300. OLE color: 13517300.

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

Color convert

RGB 244 65 206 -
CMYK 0 0.73 0.16 0.04
HSL 312.74º 0.89% 0.61% -
HSV(B) 312.74º 0.73% 0.96% -
XYZ 50.34 27.47 61.04 -
YUV 134.6 168.3 206.04 -
System Red Green Blue C M Y K H S L
Decimal 244 65 206 0 0.73 0.16 0.04 312.74 0.89 0.61
Hex F4 41 CE 0 49 10 4 139 59 3D
Octal 364 101 316 0 111 20 4 471 131 75
Binary 11110100 1000001 11001110 0 1001001 10000 100 100111001 1011001 111101

Color Harmonies of #F441CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F441CE

Black with #F441CE

Text Example


Text Example

White with #F441CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F441CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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