Html Css Color HEX #FD538C French Rose

📋 copy color: '#FD538C'

red 253 ◦ green 83 ◦ blue 140

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

Shades of French Rose #FD538C

Tints of French Rose #FD538C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.41%

R = 53.15%
G = 17.44%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD538C (or 0xFD538C) is known color: French Rose. HEX triplet: FD, 53 and 8C. RGB value is (253,83,140). Sum of RGB (Red+Green+Blue) = 253+83+140=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD538C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD538C is #02AC73. Grayscale: #8C8C8C. Windows color (decimal): -175220 or 9196541. OLE color: 9196541.

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

Color convert

RGB 253 83 140 -
CMYK 0 0.67 0.45 0.01
HSL 339.88º 0.98% 0.66% -
HSV(B) 339.88º 0.67% 0.99% -
XYZ 48.33 28.96 27.85 -
YUV 140.33 127.82 208.37 -
System Red Green Blue C M Y K H S L
Decimal 253 83 140 0 0.67 0.45 0.01 339.88 0.98 0.66
Hex FD 53 8C 0 43 2D 1 154 62 42
Octal 375 123 214 0 103 55 1 524 142 102
Binary 11111101 1010011 10001100 0 1000011 101101 1 101010100 1100010 1000010

Color Harmonies of #FD538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD538C

Black with #FD538C

Text Example


Text Example

White with #FD538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD538C; }

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

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

background-color css

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

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

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

border-color css

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

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

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