Html Css Color HEX #F448A1 Brilliant Rose

📋 copy color: '#F448A1'

red 244 ◦ green 72 ◦ blue 161

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

Shades of Brilliant Rose #F448A1

Tints of Brilliant Rose #F448A1

RGB

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

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

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

R = 51.15%
G = 15.09%
B = 33.75%

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

#F448A1 (or 0xF448A1) is known color: Brilliant Rose. HEX triplet: F4, 48 and A1. RGB value is (244,72,161). Sum of RGB (Red+Green+Blue) = 244+72+161=477 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.15% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 244 - color contains mainly: red. Hex color #F448A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F448A1 is #0BB75E. Grayscale: #858585. Windows color (decimal): -767839 or 10569972. OLE color: 10569972.

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

Color convert

RGB 244 72 161 -
CMYK 0 0.70 0.34 0.04
HSL 328.95º 0.89% 0.62% -
HSV(B) 328.95º 0.7% 0.96% -
XYZ 46.06 26.44 36.39 -
YUV 133.57 143.48 206.76 -
System Red Green Blue C M Y K H S L
Decimal 244 72 161 0 0.70 0.34 0.04 328.95 0.89 0.62
Hex F4 48 A1 0 46 22 4 149 59 3E
Octal 364 110 241 0 106 42 4 511 131 76
Binary 11110100 1001000 10100001 0 1000110 100010 100 101001001 1011001 111110

Color Harmonies of #F448A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F448A1

Black with #F448A1

Text Example


Text Example

White with #F448A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F448A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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