Html Css Color HEX #FA49A8 Brilliant Rose

📋 copy color: '#FA49A8'

red 250 ◦ green 73 ◦ blue 168

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

Shades of Brilliant Rose #FA49A8

Tints of Brilliant Rose #FA49A8

RGB

 RED value IS 250 (98.05% from 255) = 50.92%

 GREEN value IS 73 (28.91% from 255) = 14.87%

 BLUE value IS 168 (66.02% from 255) = 34.22%

R = 50.92%
G = 14.87%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA49A8 (or 0xFA49A8) is known color: Brilliant Rose. HEX triplet: FA, 49 and A8. RGB value is (250,73,168). Sum of RGB (Red+Green+Blue) = 250+73+168=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 73 (28.91% from 255 or 14.87% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA49A8 is #05B657. Grayscale: #888888. Windows color (decimal): -374360 or 11028986. OLE color: 11028986.

HSL color Cylindrical-coordinate representation of color #FA49A8: hue angle of 327.8º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA49A8 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 73 168 -
CMYK 0 0.71 0.33 0.02
HSL 327.8º 0.95% 0.63% -
HSV(B) 327.8º 0.71% 0.98% -
XYZ 48.87 27.92 39.86 -
YUV 136.75 145.64 208.78 -
System Red Green Blue C M Y K H S L
Decimal 250 73 168 0 0.71 0.33 0.02 327.8 0.95 0.63
Hex FA 49 A8 0 47 21 2 148 5F 3F
Octal 372 111 250 0 107 41 2 510 137 77
Binary 11111010 1001001 10101000 0 1000111 100001 10 101001000 1011111 111111

Color Harmonies of #FA49A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA49A8

Black with #FA49A8

Text Example


Text Example

White with #FA49A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA49A8; }

 p { color: rgb(250,73,168); }

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

background-color css

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

 a { background-color: rgb(250,73,168); }

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

border-color css

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

 span { border-color: rgb(250,73,168); }

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