Html Css Color HEX #FA499C Brilliant Rose

📋 copy color: '#FA499C'

red 250 ◦ green 73 ◦ blue 156

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

Shades of Brilliant Rose #FA499C

Tints of Brilliant Rose #FA499C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.57%

R = 52.19%
G = 15.24%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA499C (or 0xFA499C) is known color: Brilliant Rose. HEX triplet: FA, 49 and 9C. RGB value is (250,73,156). Sum of RGB (Red+Green+Blue) = 250+73+156=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA499C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA499C is #05B663. Grayscale: #878787. Windows color (decimal): -374372 or 10242554. OLE color: 10242554.

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

Color convert

RGB 250 73 156 -
CMYK 0 0.71 0.38 0.02
HSL 331.86º 0.95% 0.63% -
HSV(B) 331.86º 0.71% 0.98% -
XYZ 47.81 27.49 34.24 -
YUV 135.39 139.64 209.75 -
System Red Green Blue C M Y K H S L
Decimal 250 73 156 0 0.71 0.38 0.02 331.86 0.95 0.63
Hex FA 49 9C 0 47 26 2 14C 5F 3F
Octal 372 111 234 0 107 46 2 514 137 77
Binary 11111010 1001001 10011100 0 1000111 100110 10 101001100 1011111 111111

Color Harmonies of #FA499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA499C

Black with #FA499C

Text Example


Text Example

White with #FA499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA499C; }

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

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

background-color css

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

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

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

border-color css

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

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

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