Html Css Color HEX #FD5095 French Rose

📋 copy color: '#FD5095'

red 253 ◦ green 80 ◦ blue 149

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

Shades of French Rose #FD5095

Tints of French Rose #FD5095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.91%

R = 52.49%
G = 16.6%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FD5095 (or 0xFD5095) is known color: French Rose. HEX triplet: FD, 50 and 95. RGB value is (253,80,149). Sum of RGB (Red+Green+Blue) = 253+80+149=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5095 is #02AF6A. Grayscale: #8B8B8B. Windows color (decimal): -175979 or 9785597. OLE color: 9785597.

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

Color convert

RGB 253 80 149 -
CMYK 0 0.68 0.41 0.01
HSL 336.07º 0.98% 0.65% -
HSV(B) 336.07º 0.68% 0.99% -
XYZ 48.8 28.79 31.42 -
YUV 139.59 133.31 208.89 -
System Red Green Blue C M Y K H S L
Decimal 253 80 149 0 0.68 0.41 0.01 336.07 0.98 0.65
Hex FD 50 95 0 44 29 1 150 62 41
Octal 375 120 225 0 104 51 1 520 142 101
Binary 11111101 1010000 10010101 0 1000100 101001 1 101010000 1100010 1000001

Color Harmonies of #FD5095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5095

Black with #FD5095

Text Example


Text Example

White with #FD5095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5095; }

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

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

background-color css

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

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

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

border-color css

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

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

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