Html Css Color HEX #F044B5 Razzle Dazzle Rose

📋 copy color: '#F044B5'

red 240 ◦ green 68 ◦ blue 181

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

Shades of Razzle Dazzle Rose #F044B5

Tints of Razzle Dazzle Rose #F044B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.01%

R = 49.08%
G = 13.91%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F044B5 (or 0xF044B5) is known color: Razzle Dazzle Rose. HEX triplet: F0, 44 and B5. RGB value is (240,68,181). Sum of RGB (Red+Green+Blue) = 240+68+181=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 68 (26.95% from 255 or 13.91% from 489); Blue value is 181 (71.09% from 255 or 37.01% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F044B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F044B5 is #0FBB4A. Grayscale: #848484. Windows color (decimal): -1030987 or 11879664. OLE color: 11879664.

HSL color Cylindrical-coordinate representation of color #F044B5: hue angle of 320.58º 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 #F044B5 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 68 181 -
CMYK 0 0.72 0.25 0.06
HSL 320.58º 0.85% 0.6% -
HSV(B) 320.58º 0.72% 0.94% -
XYZ 46.34 26 46.29 -
YUV 132.31 155.48 204.81 -
System Red Green Blue C M Y K H S L
Decimal 240 68 181 0 0.72 0.25 0.06 320.58 0.85 0.6
Hex F0 44 B5 0 48 19 6 141 55 3C
Octal 360 104 265 0 110 31 6 501 125 74
Binary 11110000 1000100 10110101 0 1001000 11001 110 101000001 1010101 111100

Color Harmonies of #F044B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F044B5

Black with #F044B5

Text Example


Text Example

White with #F044B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F044B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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