Html Css Color HEX #FD5C7A Wild Watermelon

📋 copy color: '#FD5C7A'

red 253 ◦ green 92 ◦ blue 122

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

Shades of Wild Watermelon #FD5C7A

Tints of Wild Watermelon #FD5C7A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.7%

 BLUE value IS 122 (48.05% from 255) = 26.12%

R = 54.18%
G = 19.7%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD5C7A (or 0xFD5C7A) is known color: Wild Watermelon. HEX triplet: FD, 5C and 7A. RGB value is (253,92,122). Sum of RGB (Red+Green+Blue) = 253+92+122=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5C7A is #02A385. Grayscale: #8F8F8F. Windows color (decimal): -172934 or 8019197. OLE color: 8019197.

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

Color convert

RGB 253 92 122 -
CMYK 0 0.64 0.52 0.01
HSL 348.82º 0.98% 0.68% -
HSV(B) 348.82º 0.64% 0.99% -
XYZ 47.85 29.94 21.67 -
YUV 143.56 115.84 206.06 -
System Red Green Blue C M Y K H S L
Decimal 253 92 122 0 0.64 0.52 0.01 348.82 0.98 0.68
Hex FD 5C 7A 0 40 34 1 15D 62 44
Octal 375 134 172 0 100 64 1 535 142 104
Binary 11111101 1011100 1111010 0 1000000 110100 1 101011101 1100010 1000100

Color Harmonies of #FD5C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5C7A

Black with #FD5C7A

Text Example


Text Example

White with #FD5C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5C7A; }

 p { color: rgb(253,92,122); }

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

background-color css

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

 a { background-color: rgb(253,92,122); }

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

border-color css

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

 span { border-color: rgb(253,92,122); }

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