Html Css Color HEX #FD5C75 Wild Watermelon

📋 copy color: '#FD5C75'

red 253 ◦ green 92 ◦ blue 117

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

Shades of Wild Watermelon #FD5C75

Tints of Wild Watermelon #FD5C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.32%

R = 54.76%
G = 19.91%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FD5C75 (or 0xFD5C75) is known color: Wild Watermelon. HEX triplet: FD, 5C and 75. RGB value is (253,92,117). Sum of RGB (Red+Green+Blue) = 253+92+117=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5C75 is #02A38A. Grayscale: #8F8F8F. Windows color (decimal): -172939 or 7691517. OLE color: 7691517.

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

Color convert

RGB 253 92 117 -
CMYK 0 0.64 0.54 0.01
HSL 350.68º 0.98% 0.68% -
HSV(B) 350.68º 0.64% 0.99% -
XYZ 47.55 29.82 20.08 -
YUV 142.99 113.34 206.47 -
System Red Green Blue C M Y K H S L
Decimal 253 92 117 0 0.64 0.54 0.01 350.68 0.98 0.68
Hex FD 5C 75 0 40 36 1 15F 62 44
Octal 375 134 165 0 100 66 1 537 142 104
Binary 11111101 1011100 1110101 0 1000000 110110 1 101011111 1100010 1000100

Color Harmonies of #FD5C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5C75

Black with #FD5C75

Text Example


Text Example

White with #FD5C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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