Html Css Color HEX #FD509C Brilliant Rose

📋 copy color: '#FD509C'

red 253 ◦ green 80 ◦ blue 156

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

Shades of Brilliant Rose #FD509C

Tints of Brilliant Rose #FD509C

RGB

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

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

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

R = 51.74%
G = 16.36%
B = 31.9%

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

#FD509C (or 0xFD509C) is known color: Brilliant Rose. HEX triplet: FD, 50 and 9C. RGB value is (253,80,156). Sum of RGB (Red+Green+Blue) = 253+80+156=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FD509C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD509C is #02AF63. Grayscale: #8C8C8C. Windows color (decimal): -175972 or 10244349. OLE color: 10244349.

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

Color convert

RGB 253 80 156 -
CMYK 0 0.68 0.38 0.01
HSL 333.64º 0.98% 0.65% -
HSV(B) 333.64º 0.68% 0.99% -
XYZ 49.38 29.02 34.45 -
YUV 140.39 136.81 208.32 -
System Red Green Blue C M Y K H S L
Decimal 253 80 156 0 0.68 0.38 0.01 333.64 0.98 0.65
Hex FD 50 9C 0 44 26 1 14E 62 41
Octal 375 120 234 0 104 46 1 516 142 101
Binary 11111101 1010000 10011100 0 1000100 100110 1 101001110 1100010 1000001

Color Harmonies of #FD509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD509C

Black with #FD509C

Text Example


Text Example

White with #FD509C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD509C; }

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

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

background-color css

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

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

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

border-color css

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

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

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