Html Css Color HEX #F44DA8 Brilliant Rose

📋 copy color: '#F44DA8'

red 244 ◦ green 77 ◦ blue 168

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

Shades of Brilliant Rose #F44DA8

Tints of Brilliant Rose #F44DA8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.75%

 BLUE value IS 168 (66.02% from 255) = 34.36%

R = 49.9%
G = 15.75%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F44DA8 (or 0xF44DA8) is known color: Brilliant Rose. HEX triplet: F4, 4D and A8. RGB value is (244,77,168). Sum of RGB (Red+Green+Blue) = 244+77+168=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F44DA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F44DA8 is #0BB257. Grayscale: #898989. Windows color (decimal): -766552 or 11030004. OLE color: 11030004.

HSL color Cylindrical-coordinate representation of color #F44DA8: hue angle of 327.31º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F44DA8 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 77 168 -
CMYK 0 0.68 0.31 0.04
HSL 327.31º 0.88% 0.63% -
HSV(B) 327.31º 0.68% 0.96% -
XYZ 47.03 27.37 39.85 -
YUV 137.31 145.33 204.1 -
System Red Green Blue C M Y K H S L
Decimal 244 77 168 0 0.68 0.31 0.04 327.31 0.88 0.63
Hex F4 4D A8 0 44 1F 4 147 58 3F
Octal 364 115 250 0 104 37 4 507 130 77
Binary 11110100 1001101 10101000 0 1000100 11111 100 101000111 1011000 111111

Color Harmonies of #F44DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44DA8

Black with #F44DA8

Text Example


Text Example

White with #F44DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44DA8; }

 p { color: rgb(244,77,168); }

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

background-color css

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

 a { background-color: rgb(244,77,168); }

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

border-color css

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

 span { border-color: rgb(244,77,168); }

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