Html Css Color HEX #F448AA Brilliant Rose

📋 copy color: '#F448AA'

red 244 ◦ green 72 ◦ blue 170

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

Shades of Brilliant Rose #F448AA

Tints of Brilliant Rose #F448AA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.81%

 BLUE value IS 170 (66.8% from 255) = 34.98%

R = 50.21%
G = 14.81%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F448AA (or 0xF448AA) is known color: Brilliant Rose. HEX triplet: F4, 48 and AA. RGB value is (244,72,170). Sum of RGB (Red+Green+Blue) = 244+72+170=486 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.21% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 244 - color contains mainly: red. Hex color #F448AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F448AA is #0BB755. Grayscale: #868686. Windows color (decimal): -767830 or 11159796. OLE color: 11159796.

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

Color convert

RGB 244 72 170 -
CMYK 0 0.70 0.30 0.04
HSL 325.81º 0.89% 0.62% -
HSV(B) 325.81º 0.7% 0.96% -
XYZ 46.88 26.77 40.73 -
YUV 134.6 147.98 206.03 -
System Red Green Blue C M Y K H S L
Decimal 244 72 170 0 0.70 0.30 0.04 325.81 0.89 0.62
Hex F4 48 AA 0 46 1E 4 146 59 3E
Octal 364 110 252 0 106 36 4 506 131 76
Binary 11110100 1001000 10101010 0 1000110 11110 100 101000110 1011001 111110

Color Harmonies of #F448AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F448AA

Black with #F448AA

Text Example


Text Example

White with #F448AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F448AA; }

 p { color: rgb(244,72,170); }

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

background-color css

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

 a { background-color: rgb(244,72,170); }

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

border-color css

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

 span { border-color: rgb(244,72,170); }

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