Html Css Color HEX #F448AD Brilliant Rose

📋 copy color: '#F448AD'

red 244 ◦ green 72 ◦ blue 173

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

Shades of Brilliant Rose #F448AD

Tints of Brilliant Rose #F448AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.38%

R = 49.9%
G = 14.72%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F448AD (or 0xF448AD) is known color: Brilliant Rose. HEX triplet: F4, 48 and AD. RGB value is (244,72,173). Sum of RGB (Red+Green+Blue) = 244+72+173=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 72 (28.52% from 255 or 14.72% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F448AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F448AD is #0BB752. Grayscale: #868686. Windows color (decimal): -767827 or 11356404. OLE color: 11356404.

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

Color convert

RGB 244 72 173 -
CMYK 0 0.70 0.29 0.04
HSL 324.77º 0.89% 0.62% -
HSV(B) 324.77º 0.7% 0.96% -
XYZ 47.17 26.88 42.24 -
YUV 134.94 149.48 205.79 -
System Red Green Blue C M Y K H S L
Decimal 244 72 173 0 0.70 0.29 0.04 324.77 0.89 0.62
Hex F4 48 AD 0 46 1D 4 145 59 3E
Octal 364 110 255 0 106 35 4 505 131 76
Binary 11110100 1001000 10101101 0 1000110 11101 100 101000101 1011001 111110

Color Harmonies of #F448AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F448AD

Black with #F448AD

Text Example


Text Example

White with #F448AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F448AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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