Html Css Color HEX #F044B9 Razzle Dazzle Rose

📋 copy color: '#F044B9'

red 240 ◦ green 68 ◦ blue 185

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

Shades of Razzle Dazzle Rose #F044B9

Tints of Razzle Dazzle Rose #F044B9

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.79%

 BLUE value IS 185 (72.66% from 255) = 37.53%

R = 48.68%
G = 13.79%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F044B9 (or 0xF044B9) is known color: Razzle Dazzle Rose. HEX triplet: F0, 44 and B9. RGB value is (240,68,185). Sum of RGB (Red+Green+Blue) = 240+68+185=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 68 (26.95% from 255 or 13.79% from 493); Blue value is 185 (72.66% from 255 or 37.53% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F044B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F044B9 is #0FBB46. Grayscale: #848484. Windows color (decimal): -1030983 or 12141808. OLE color: 12141808.

HSL color Cylindrical-coordinate representation of color #F044B9: hue angle of 319.19º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F044B9 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 68 185 -
CMYK 0 0.72 0.23 0.06
HSL 319.19º 0.85% 0.6% -
HSV(B) 319.19º 0.72% 0.94% -
XYZ 46.76 26.16 48.48 -
YUV 132.77 157.48 204.49 -
System Red Green Blue C M Y K H S L
Decimal 240 68 185 0 0.72 0.23 0.06 319.19 0.85 0.6
Hex F0 44 B9 0 48 17 6 13F 55 3C
Octal 360 104 271 0 110 27 6 477 125 74
Binary 11110000 1000100 10111001 0 1001000 10111 110 100111111 1010101 111100

Color Harmonies of #F044B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F044B9

Black with #F044B9

Text Example


Text Example

White with #F044B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F044B9; }

 p { color: rgb(240,68,185); }

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

background-color css

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

 a { background-color: rgb(240,68,185); }

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

border-color css

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

 span { border-color: rgb(240,68,185); }

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