Html Css Color HEX #FD5A8F French Rose

📋 copy color: '#FD5A8F'

red 253 ◦ green 90 ◦ blue 143

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

Shades of French Rose #FD5A8F

Tints of French Rose #FD5A8F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.52%

 BLUE value IS 143 (56.25% from 255) = 29.42%

R = 52.06%
G = 18.52%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD5A8F (or 0xFD5A8F) is known color: French Rose. HEX triplet: FD, 5A and 8F. RGB value is (253,90,143). Sum of RGB (Red+Green+Blue) = 253+90+143=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5A8F is #02A570. Grayscale: #909090. Windows color (decimal): -173425 or 9394941. OLE color: 9394941.

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

Color convert

RGB 253 90 143 -
CMYK 0 0.64 0.43 0.01
HSL 340.49º 0.98% 0.67% -
HSV(B) 340.49º 0.64% 0.99% -
XYZ 49.12 30.18 29.22 -
YUV 144.78 127 205.19 -
System Red Green Blue C M Y K H S L
Decimal 253 90 143 0 0.64 0.43 0.01 340.49 0.98 0.67
Hex FD 5A 8F 0 40 2B 1 154 62 43
Octal 375 132 217 0 100 53 1 524 142 103
Binary 11111101 1011010 10001111 0 1000000 101011 1 101010100 1100010 1000011

Color Harmonies of #FD5A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5A8F

Black with #FD5A8F

Text Example


Text Example

White with #FD5A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5A8F; }

 p { color: rgb(253,90,143); }

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

background-color css

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

 a { background-color: rgb(253,90,143); }

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

border-color css

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

 span { border-color: rgb(253,90,143); }

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