Html Css Color HEX #FA5198 Brilliant Rose

📋 copy color: '#FA5198'

red 250 ◦ green 81 ◦ blue 152

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

Shades of Brilliant Rose #FA5198

Tints of Brilliant Rose #FA5198

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.77%

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

R = 51.76%
G = 16.77%
B = 31.47%

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

#FA5198 (or 0xFA5198) is known color: Brilliant Rose. HEX triplet: FA, 51 and 98. RGB value is (250,81,152). Sum of RGB (Red+Green+Blue) = 250+81+152=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5198 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5198 is #05AE67. Grayscale: #8B8B8B. Windows color (decimal): -372328 or 9982458. OLE color: 9982458.

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

Color convert

RGB 250 81 152 -
CMYK 0 0.68 0.39 0.02
HSL 334.79º 0.94% 0.65% -
HSV(B) 334.79º 0.68% 0.98% -
XYZ 48.03 28.48 32.67 -
YUV 139.63 134.99 206.73 -
System Red Green Blue C M Y K H S L
Decimal 250 81 152 0 0.68 0.39 0.02 334.79 0.94 0.65
Hex FA 51 98 0 44 27 2 14F 5E 41
Octal 372 121 230 0 104 47 2 517 136 101
Binary 11111010 1010001 10011000 0 1000100 100111 10 101001111 1011110 1000001

Color Harmonies of #FA5198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5198

Black with #FA5198

Text Example


Text Example

White with #FA5198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5198; }

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

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

background-color css

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

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

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

border-color css

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

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

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