Html Css Color HEX #F44DA1 Brilliant Rose

📋 copy color: '#F44DA1'

red 244 ◦ green 77 ◦ blue 161

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

Shades of Brilliant Rose #F44DA1

Tints of Brilliant Rose #F44DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.4%

R = 50.62%
G = 15.98%
B = 33.4%

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

#F44DA1 (or 0xF44DA1) is known color: Brilliant Rose. HEX triplet: F4, 4D and A1. RGB value is (244,77,161). Sum of RGB (Red+Green+Blue) = 244+77+161=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F44DA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F44DA1 is #0BB25E. Grayscale: #888888. Windows color (decimal): -766559 or 10571252. OLE color: 10571252.

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

Color convert

RGB 244 77 161 -
CMYK 0 0.68 0.34 0.04
HSL 329.82º 0.88% 0.63% -
HSV(B) 329.82º 0.68% 0.96% -
XYZ 46.4 27.11 36.51 -
YUV 136.51 141.83 204.67 -
System Red Green Blue C M Y K H S L
Decimal 244 77 161 0 0.68 0.34 0.04 329.82 0.88 0.63
Hex F4 4D A1 0 44 22 4 14A 58 3F
Octal 364 115 241 0 104 42 4 512 130 77
Binary 11110100 1001101 10100001 0 1000100 100010 100 101001010 1011000 111111

Color Harmonies of #F44DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44DA1

Black with #F44DA1

Text Example


Text Example

White with #F44DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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