Html Css Color HEX #FF5197 Brilliant Rose

📋 copy color: '#FF5197'

red 255 ◦ green 81 ◦ blue 151

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

Shades of Brilliant Rose #FF5197

Tints of Brilliant Rose #FF5197

RGB

 RED value IS 255 (100% from 255) = 52.36%

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

 BLUE value IS 151 (59.38% from 255) = 31.01%

R = 52.36%
G = 16.63%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF5197 (or 0xFF5197) is known color: Brilliant Rose. HEX triplet: FF, 51 and 97. RGB value is (255,81,151). Sum of RGB (Red+Green+Blue) = 255+81+151=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5197 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5197 is #00AE68. Grayscale: #8C8C8C. Windows color (decimal): -44649 or 9916927. OLE color: 9916927.

HSL color Cylindrical-coordinate representation of color #FF5197: hue angle of 335.86º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF5197 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB 255 81 151 -
CMYK 0 0.68 0.41 0
HSL 335.86º 1% 0.66% -
HSV(B) 335.86º 0.68% 1% -
XYZ 49.77 29.38 32.33 -
YUV 141.01 133.65 209.31 -
System Red Green Blue C M Y K H S L
Decimal 255 81 151 0 0.68 0.41 0 335.86 1 0.66
Hex FF 51 97 0 44 29 0 150 64 42
Octal 377 121 227 0 104 51 0 520 144 102
Binary 11111111 1010001 10010111 0 1000100 101001 0 101010000 1100100 1000010

Color Harmonies of #FF5197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5197

Black with #FF5197

Text Example


Text Example

White with #FF5197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5197; }

 p { color: rgb(255,81,151); }

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

background-color css

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

 a { background-color: rgb(255,81,151); }

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

border-color css

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

 span { border-color: rgb(255,81,151); }

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