Html Css Color HEX #FA499F Brilliant Rose

📋 copy color: '#FA499F'

red 250 ◦ green 73 ◦ blue 159

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

Shades of Brilliant Rose #FA499F

Tints of Brilliant Rose #FA499F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.99%

R = 51.87%
G = 15.15%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA499F (or 0xFA499F) is known color: Brilliant Rose. HEX triplet: FA, 49 and 9F. RGB value is (250,73,159). Sum of RGB (Red+Green+Blue) = 250+73+159=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA499F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA499F is #05B660. Grayscale: #878787. Windows color (decimal): -374369 or 10439162. OLE color: 10439162.

HSL color Cylindrical-coordinate representation of color #FA499F: hue angle of 330.85º 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 #FA499F is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 73 159 -
CMYK 0 0.71 0.36 0.02
HSL 330.85º 0.95% 0.63% -
HSV(B) 330.85º 0.71% 0.98% -
XYZ 48.06 27.59 35.59 -
YUV 135.73 141.14 209.51 -
System Red Green Blue C M Y K H S L
Decimal 250 73 159 0 0.71 0.36 0.02 330.85 0.95 0.63
Hex FA 49 9F 0 47 24 2 14B 5F 3F
Octal 372 111 237 0 107 44 2 513 137 77
Binary 11111010 1001001 10011111 0 1000111 100100 10 101001011 1011111 111111

Color Harmonies of #FA499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA499F

Black with #FA499F

Text Example


Text Example

White with #FA499F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA499F; }

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

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

background-color css

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

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

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

border-color css

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

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

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