Html Css Color HEX #FA5099 Brilliant Rose

📋 copy color: '#FA5099'

red 250 ◦ green 80 ◦ blue 153

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

Shades of Brilliant Rose #FA5099

Tints of Brilliant Rose #FA5099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.56%

 BLUE value IS 153 (60.16% from 255) = 31.68%

R = 51.76%
G = 16.56%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA5099 (or 0xFA5099) is known color: Brilliant Rose. HEX triplet: FA, 50 and 99. RGB value is (250,80,153). Sum of RGB (Red+Green+Blue) = 250+80+153=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5099 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5099 is #05AF66. Grayscale: #8B8B8B. Windows color (decimal): -372583 or 10047738. OLE color: 10047738.

HSL color Cylindrical-coordinate representation of color #FA5099: hue angle of 334.24º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA5099 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 80 153 -
CMYK 0 0.68 0.39 0.02
HSL 334.24º 0.94% 0.65% -
HSV(B) 334.24º 0.68% 0.98% -
XYZ 48.04 28.36 33.08 -
YUV 139.15 135.82 207.06 -
System Red Green Blue C M Y K H S L
Decimal 250 80 153 0 0.68 0.39 0.02 334.24 0.94 0.65
Hex FA 50 99 0 44 27 2 14E 5E 41
Octal 372 120 231 0 104 47 2 516 136 101
Binary 11111010 1010000 10011001 0 1000100 100111 10 101001110 1011110 1000001

Color Harmonies of #FA5099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5099

Black with #FA5099

Text Example


Text Example

White with #FA5099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5099; }

 p { color: rgb(250,80,153); }

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

background-color css

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

 a { background-color: rgb(250,80,153); }

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

border-color css

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

 span { border-color: rgb(250,80,153); }

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