Html Css Color HEX #FA5098 Brilliant Rose

📋 copy color: '#FA5098'

red 250 ◦ green 80 ◦ blue 152

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

Shades of Brilliant Rose #FA5098

Tints of Brilliant Rose #FA5098

RGB

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

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

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

R = 51.87%
G = 16.6%
B = 31.54%

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

#FA5098 (or 0xFA5098) is known color: Brilliant Rose. HEX triplet: FA, 50 and 98. RGB value is (250,80,152). Sum of RGB (Red+Green+Blue) = 250+80+152=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5098 is #05AF67. Grayscale: #8A8A8A. Windows color (decimal): -372584 or 9982202. OLE color: 9982202.

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

Color convert

RGB 250 80 152 -
CMYK 0 0.68 0.39 0.02
HSL 334.59º 0.94% 0.65% -
HSV(B) 334.59º 0.68% 0.98% -
XYZ 47.96 28.33 32.65 -
YUV 139.04 135.32 207.15 -
System Red Green Blue C M Y K H S L
Decimal 250 80 152 0 0.68 0.39 0.02 334.59 0.94 0.65
Hex FA 50 98 0 44 27 2 14F 5E 41
Octal 372 120 230 0 104 47 2 517 136 101
Binary 11111010 1010000 10011000 0 1000100 100111 10 101001111 1011110 1000001

Color Harmonies of #FA5098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5098

Black with #FA5098

Text Example


Text Example

White with #FA5098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5098; }

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

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

background-color css

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

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

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

border-color css

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

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

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