Html Css Color HEX #FD519C Brilliant Rose

📋 copy color: '#FD519C'

red 253 ◦ green 81 ◦ blue 156

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

Shades of Brilliant Rose #FD519C

Tints of Brilliant Rose #FD519C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.84%

R = 51.63%
G = 16.53%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD519C (or 0xFD519C) is known color: Brilliant Rose. HEX triplet: FD, 51 and 9C. RGB value is (253,81,156). Sum of RGB (Red+Green+Blue) = 253+81+156=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD519C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD519C is #02AE63. Grayscale: #8C8C8C. Windows color (decimal): -175716 or 10244605. OLE color: 10244605.

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

Color convert

RGB 253 81 156 -
CMYK 0 0.68 0.38 0.01
HSL 333.84º 0.98% 0.65% -
HSV(B) 333.84º 0.68% 0.99% -
XYZ 49.45 29.17 34.48 -
YUV 140.98 136.48 207.9 -
System Red Green Blue C M Y K H S L
Decimal 253 81 156 0 0.68 0.38 0.01 333.84 0.98 0.65
Hex FD 51 9C 0 44 26 1 14E 62 41
Octal 375 121 234 0 104 46 1 516 142 101
Binary 11111101 1010001 10011100 0 1000100 100110 1 101001110 1100010 1000001

Color Harmonies of #FD519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD519C

Black with #FD519C

Text Example


Text Example

White with #FD519C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD519C; }

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

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

background-color css

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

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

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

border-color css

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

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

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