Html Css Color HEX #FD538F French Rose

📋 copy color: '#FD538F'

red 253 ◦ green 83 ◦ blue 143

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

Shades of French Rose #FD538F

Tints of French Rose #FD538F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.33%

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

R = 52.82%
G = 17.33%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD538F (or 0xFD538F) is known color: French Rose. HEX triplet: FD, 53 and 8F. RGB value is (253,83,143). Sum of RGB (Red+Green+Blue) = 253+83+143=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FD538F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD538F is #02AC70. Grayscale: #8C8C8C. Windows color (decimal): -175217 or 9393149. OLE color: 9393149.

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

Color convert

RGB 253 83 143 -
CMYK 0 0.67 0.43 0.01
HSL 338.82º 0.98% 0.66% -
HSV(B) 338.82º 0.67% 0.99% -
XYZ 48.56 29.05 29.03 -
YUV 140.67 129.32 208.12 -
System Red Green Blue C M Y K H S L
Decimal 253 83 143 0 0.67 0.43 0.01 338.82 0.98 0.66
Hex FD 53 8F 0 43 2B 1 153 62 42
Octal 375 123 217 0 103 53 1 523 142 102
Binary 11111101 1010011 10001111 0 1000011 101011 1 101010011 1100010 1000010

Color Harmonies of #FD538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD538F

Black with #FD538F

Text Example


Text Example

White with #FD538F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD538F; }

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

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

background-color css

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

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

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

border-color css

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

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

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