Html Css Color HEX #FA489B Brilliant Rose

📋 copy color: '#FA489B'

red 250 ◦ green 72 ◦ blue 155

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

Shades of Brilliant Rose #FA489B

Tints of Brilliant Rose #FA489B

RGB

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

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

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

R = 52.41%
G = 15.09%
B = 32.49%

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

#FA489B (or 0xFA489B) is known color: Brilliant Rose. HEX triplet: FA, 48 and 9B. RGB value is (250,72,155). Sum of RGB (Red+Green+Blue) = 250+72+155=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA489B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA489B is #05B764. Grayscale: #868686. Windows color (decimal): -374629 or 10176762. OLE color: 10176762.

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

Color convert

RGB 250 72 155 -
CMYK 0 0.71 0.38 0.02
HSL 332.02º 0.95% 0.63% -
HSV(B) 332.02º 0.71% 0.98% -
XYZ 47.66 27.33 33.77 -
YUV 134.68 139.47 210.25 -
System Red Green Blue C M Y K H S L
Decimal 250 72 155 0 0.71 0.38 0.02 332.02 0.95 0.63
Hex FA 48 9B 0 47 26 2 14C 5F 3F
Octal 372 110 233 0 107 46 2 514 137 77
Binary 11111010 1001000 10011011 0 1000111 100110 10 101001100 1011111 111111

Color Harmonies of #FA489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA489B

Black with #FA489B

Text Example


Text Example

White with #FA489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA489B; }

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

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

background-color css

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

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

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

border-color css

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

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

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