Html Css Color HEX #F449C9 Razzle Dazzle Rose

📋 copy color: '#F449C9'

red 244 ◦ green 73 ◦ blue 201

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

Shades of Razzle Dazzle Rose #F449C9

Tints of Razzle Dazzle Rose #F449C9

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.09%

 BLUE value IS 201 (78.91% from 255) = 38.8%

R = 47.1%
G = 14.09%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F449C9 (or 0xF449C9) is known color: Razzle Dazzle Rose. HEX triplet: F4, 49 and C9. RGB value is (244,73,201). Sum of RGB (Red+Green+Blue) = 244+73+201=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F449C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F449C9 is #0BB636. Grayscale: #8A8A8A. Windows color (decimal): -767543 or 13191668. OLE color: 13191668.

HSL color Cylindrical-coordinate representation of color #F449C9: hue angle of 315.09º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F449C9 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 73 201 -
CMYK 0 0.70 0.18 0.04
HSL 315.09º 0.89% 0.62% -
HSV(B) 315.09º 0.7% 0.96% -
XYZ 50.23 28.22 58.06 -
YUV 138.72 163.15 203.09 -
System Red Green Blue C M Y K H S L
Decimal 244 73 201 0 0.70 0.18 0.04 315.09 0.89 0.62
Hex F4 49 C9 0 46 12 4 13B 59 3E
Octal 364 111 311 0 106 22 4 473 131 76
Binary 11110100 1001001 11001001 0 1000110 10010 100 100111011 1011001 111110

Color Harmonies of #F449C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F449C9

Black with #F449C9

Text Example


Text Example

White with #F449C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F449C9; }

 p { color: rgb(244,73,201); }

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

background-color css

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

 a { background-color: rgb(244,73,201); }

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

border-color css

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

 span { border-color: rgb(244,73,201); }

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