Html Css Color HEX #FA499B Brilliant Rose

📋 copy color: '#FA499B'

red 250 ◦ green 73 ◦ blue 155

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

Shades of Brilliant Rose #FA499B

Tints of Brilliant Rose #FA499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.43%

R = 52.3%
G = 15.27%
B = 32.43%

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

#FA499B (or 0xFA499B) is known color: Brilliant Rose. HEX triplet: FA, 49 and 9B. RGB value is (250,73,155). Sum of RGB (Red+Green+Blue) = 250+73+155=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA499B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA499B is #05B664. Grayscale: #878787. Windows color (decimal): -374373 or 10177018. OLE color: 10177018.

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

Color convert

RGB 250 73 155 -
CMYK 0 0.71 0.38 0.02
HSL 332.2º 0.95% 0.63% -
HSV(B) 332.2º 0.71% 0.98% -
XYZ 47.72 27.46 33.79 -
YUV 135.27 139.14 209.83 -
System Red Green Blue C M Y K H S L
Decimal 250 73 155 0 0.71 0.38 0.02 332.2 0.95 0.63
Hex FA 49 9B 0 47 26 2 14C 5F 3F
Octal 372 111 233 0 107 46 2 514 137 77
Binary 11111010 1001001 10011011 0 1000111 100110 10 101001100 1011111 111111

Color Harmonies of #FA499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA499B

Black with #FA499B

Text Example


Text Example

White with #FA499B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA499B; }

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

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

background-color css

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

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

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

border-color css

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

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

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