Html Css Color HEX #FA5498 Brilliant Rose

📋 copy color: '#FA5498'

red 250 ◦ green 84 ◦ blue 152

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

Shades of Brilliant Rose #FA5498

Tints of Brilliant Rose #FA5498

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.28%

 BLUE value IS 152 (59.77% from 255) = 31.28%

R = 51.44%
G = 17.28%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA5498 (or 0xFA5498) is known color: Brilliant Rose. HEX triplet: FA, 54 and 98. RGB value is (250,84,152). Sum of RGB (Red+Green+Blue) = 250+84+152=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5498 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5498 is #05AB67. Grayscale: #8D8D8D. Windows color (decimal): -371560 or 9983226. OLE color: 9983226.

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

Color convert

RGB 250 84 152 -
CMYK 0 0.66 0.39 0.02
HSL 335.42º 0.94% 0.65% -
HSV(B) 335.42º 0.66% 0.98% -
XYZ 48.26 28.93 32.75 -
YUV 141.39 134 205.47 -
System Red Green Blue C M Y K H S L
Decimal 250 84 152 0 0.66 0.39 0.02 335.42 0.94 0.65
Hex FA 54 98 0 42 27 2 14F 5E 41
Octal 372 124 230 0 102 47 2 517 136 101
Binary 11111010 1010100 10011000 0 1000010 100111 10 101001111 1011110 1000001

Color Harmonies of #FA5498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5498

Black with #FA5498

Text Example


Text Example

White with #FA5498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5498; }

 p { color: rgb(250,84,152); }

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

background-color css

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

 a { background-color: rgb(250,84,152); }

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

border-color css

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

 span { border-color: rgb(250,84,152); }

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