Html Css Color HEX #F049C9 Razzle Dazzle Rose

📋 copy color: '#F049C9'

red 240 ◦ green 73 ◦ blue 201

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

Shades of Razzle Dazzle Rose #F049C9

Tints of Razzle Dazzle Rose #F049C9

RGB

 RED value IS 240 (94.14% from 255) = 46.69%

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

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

R = 46.69%
G = 14.2%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F049C9 (or 0xF049C9) is known color: Razzle Dazzle Rose. HEX triplet: F0, 49 and C9. RGB value is (240,73,201). Sum of RGB (Red+Green+Blue) = 240+73+201=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F049C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F049C9 is #0FB636. Grayscale: #898989. Windows color (decimal): -1029687 or 13191664. OLE color: 13191664.

HSL color Cylindrical-coordinate representation of color #F049C9: hue angle of 314.01º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F049C9 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 73 201 -
CMYK 0 0.70 0.16 0.06
HSL 314.01º 0.85% 0.61% -
HSV(B) 314.01º 0.7% 0.94% -
XYZ 48.86 27.51 57.99 -
YUV 137.53 163.83 201.09 -
System Red Green Blue C M Y K H S L
Decimal 240 73 201 0 0.70 0.16 0.06 314.01 0.85 0.61
Hex F0 49 C9 0 46 10 6 13A 55 3D
Octal 360 111 311 0 106 20 6 472 125 75
Binary 11110000 1001001 11001001 0 1000110 10000 110 100111010 1010101 111101

Color Harmonies of #F049C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F049C9

Black with #F049C9

Text Example


Text Example

White with #F049C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F049C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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