Html Css Color HEX #FD5197 Brilliant Rose

📋 copy color: '#FD5197'

red 253 ◦ green 81 ◦ blue 151

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

Shades of Brilliant Rose #FD5197

Tints of Brilliant Rose #FD5197

RGB

 RED value IS 253 (99.22% from 255) = 52.16%

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

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

R = 52.16%
G = 16.7%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FD5197 (or 0xFD5197) is known color: Brilliant Rose. HEX triplet: FD, 51 and 97. RGB value is (253,81,151). Sum of RGB (Red+Green+Blue) = 253+81+151=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5197 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5197 is #02AE68. Grayscale: #8C8C8C. Windows color (decimal): -175721 or 9916925. OLE color: 9916925.

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

Color convert

RGB 253 81 151 -
CMYK 0 0.68 0.40 0.01
HSL 335.58º 0.98% 0.65% -
HSV(B) 335.58º 0.68% 0.99% -
XYZ 49.04 29 32.29 -
YUV 140.41 133.98 208.31 -
System Red Green Blue C M Y K H S L
Decimal 253 81 151 0 0.68 0.40 0.01 335.58 0.98 0.65
Hex FD 51 97 0 44 28 1 150 62 41
Octal 375 121 227 0 104 50 1 520 142 101
Binary 11111101 1010001 10010111 0 1000100 101000 1 101010000 1100010 1000001

Color Harmonies of #FD5197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5197

Black with #FD5197

Text Example


Text Example

White with #FD5197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5197; }

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

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

background-color css

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

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

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

border-color css

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

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

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