Html Css Color HEX #F441C7 Razzle Dazzle Rose

📋 copy color: '#F441C7'

red 244 ◦ green 65 ◦ blue 199

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

Shades of Razzle Dazzle Rose #F441C7

Tints of Razzle Dazzle Rose #F441C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.17%

R = 48.03%
G = 12.8%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F441C7 (or 0xF441C7) is known color: Razzle Dazzle Rose. HEX triplet: F4, 41 and C7. RGB value is (244,65,199). Sum of RGB (Red+Green+Blue) = 244+65+199=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 65 (25.78% from 255 or 12.80% from 508); Blue value is 199 (78.12% from 255 or 39.17% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F441C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F441C7 is #0BBE38. Grayscale: #858585. Windows color (decimal): -769593 or 13058548. OLE color: 13058548.

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

Color convert

RGB 244 65 199 -
CMYK 0 0.73 0.18 0.04
HSL 315.08º 0.89% 0.61% -
HSV(B) 315.08º 0.73% 0.96% -
XYZ 49.51 27.14 56.66 -
YUV 133.8 164.8 206.6 -
System Red Green Blue C M Y K H S L
Decimal 244 65 199 0 0.73 0.18 0.04 315.08 0.89 0.61
Hex F4 41 C7 0 49 12 4 13B 59 3D
Octal 364 101 307 0 111 22 4 473 131 75
Binary 11110100 1000001 11000111 0 1001001 10010 100 100111011 1011001 111101

Color Harmonies of #F441C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F441C7

Black with #F441C7

Text Example


Text Example

White with #F441C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F441C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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