Html Css Color HEX #FD508A French Rose

📋 copy color: '#FD508A'

red 253 ◦ green 80 ◦ blue 138

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

Shades of French Rose #FD508A

Tints of French Rose #FD508A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.3%

R = 53.72%
G = 16.99%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD508A (or 0xFD508A) is known color: French Rose. HEX triplet: FD, 50 and 8A. RGB value is (253,80,138). Sum of RGB (Red+Green+Blue) = 253+80+138=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD508A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD508A is #02AF75. Grayscale: #8A8A8A. Windows color (decimal): -175990 or 9064701. OLE color: 9064701.

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

Color convert

RGB 253 80 138 -
CMYK 0 0.68 0.45 0.01
HSL 339.88º 0.98% 0.65% -
HSV(B) 339.88º 0.68% 0.99% -
XYZ 47.96 28.45 27.01 -
YUV 138.34 127.81 209.78 -
System Red Green Blue C M Y K H S L
Decimal 253 80 138 0 0.68 0.45 0.01 339.88 0.98 0.65
Hex FD 50 8A 0 44 2D 1 154 62 41
Octal 375 120 212 0 104 55 1 524 142 101
Binary 11111101 1010000 10001010 0 1000100 101101 1 101010100 1100010 1000001

Color Harmonies of #FD508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD508A

Black with #FD508A

Text Example


Text Example

White with #FD508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD508A; }

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

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

background-color css

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

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

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

border-color css

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

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

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