Html Css Color HEX #F44AA0 Brilliant Rose

📋 copy color: '#F44AA0'

red 244 ◦ green 74 ◦ blue 160

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

Shades of Brilliant Rose #F44AA0

Tints of Brilliant Rose #F44AA0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.48%

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

R = 51.05%
G = 15.48%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F44AA0 (or 0xF44AA0) is known color: Brilliant Rose. HEX triplet: F4, 4A and A0. RGB value is (244,74,160). Sum of RGB (Red+Green+Blue) = 244+74+160=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F44AA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44AA0 is #0BB55F. Grayscale: #868686. Windows color (decimal): -767328 or 10504948. OLE color: 10504948.

HSL color Cylindrical-coordinate representation of color #F44AA0: hue angle of 329.65º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F44AA0 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 74 160 -
CMYK 0 0.70 0.34 0.04
HSL 329.65º 0.89% 0.62% -
HSV(B) 329.65º 0.7% 0.96% -
XYZ 46.1 26.67 35.98 -
YUV 134.63 142.32 206.01 -
System Red Green Blue C M Y K H S L
Decimal 244 74 160 0 0.70 0.34 0.04 329.65 0.89 0.62
Hex F4 4A A0 0 46 22 4 14A 59 3E
Octal 364 112 240 0 106 42 4 512 131 76
Binary 11110100 1001010 10100000 0 1000110 100010 100 101001010 1011001 111110

Color Harmonies of #F44AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44AA0

Black with #F44AA0

Text Example


Text Example

White with #F44AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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