Html Css Color HEX #F44DA0 Brilliant Rose

📋 copy color: '#F44DA0'

red 244 ◦ green 77 ◦ blue 160

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

Shades of Brilliant Rose #F44DA0

Tints of Brilliant Rose #F44DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.26%

R = 50.73%
G = 16.01%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F44DA0 (or 0xF44DA0) is known color: Brilliant Rose. HEX triplet: F4, 4D and A0. RGB value is (244,77,160). Sum of RGB (Red+Green+Blue) = 244+77+160=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F44DA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F44DA0 is #0BB25F. Grayscale: #888888. Windows color (decimal): -766560 or 10505716. OLE color: 10505716.

HSL color Cylindrical-coordinate representation of color #F44DA0: hue angle of 330.18º 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 #F44DA0 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 77 160 -
CMYK 0 0.68 0.34 0.04
HSL 330.18º 0.88% 0.63% -
HSV(B) 330.18º 0.68% 0.96% -
XYZ 46.31 27.08 36.04 -
YUV 136.4 141.33 204.75 -
System Red Green Blue C M Y K H S L
Decimal 244 77 160 0 0.68 0.34 0.04 330.18 0.88 0.63
Hex F4 4D A0 0 44 22 4 14A 58 3F
Octal 364 115 240 0 104 42 4 512 130 77
Binary 11110100 1001101 10100000 0 1000100 100010 100 101001010 1011000 111111

Color Harmonies of #F44DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44DA0

Black with #F44DA0

Text Example


Text Example

White with #F44DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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