Html Css Color HEX #FA489D Brilliant Rose

📋 copy color: '#FA489D'

red 250 ◦ green 72 ◦ blue 157

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

Shades of Brilliant Rose #FA489D

Tints of Brilliant Rose #FA489D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.78%

R = 52.19%
G = 15.03%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA489D (or 0xFA489D) is known color: Brilliant Rose. HEX triplet: FA, 48 and 9D. RGB value is (250,72,157). Sum of RGB (Red+Green+Blue) = 250+72+157=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA489D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA489D is #05B762. Grayscale: #868686. Windows color (decimal): -374627 or 10307834. OLE color: 10307834.

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

Color convert

RGB 250 72 157 -
CMYK 0 0.71 0.37 0.02
HSL 331.35º 0.95% 0.63% -
HSV(B) 331.35º 0.71% 0.98% -
XYZ 47.83 27.39 34.66 -
YUV 134.91 140.47 210.09 -
System Red Green Blue C M Y K H S L
Decimal 250 72 157 0 0.71 0.37 0.02 331.35 0.95 0.63
Hex FA 48 9D 0 47 25 2 14B 5F 3F
Octal 372 110 235 0 107 45 2 513 137 77
Binary 11111010 1001000 10011101 0 1000111 100101 10 101001011 1011111 111111

Color Harmonies of #FA489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA489D

Black with #FA489D

Text Example


Text Example

White with #FA489D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA489D; }

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

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

background-color css

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

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

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

border-color css

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

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

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