Html Css Color HEX #FD5A70 Wild Watermelon

📋 copy color: '#FD5A70'

red 253 ◦ green 90 ◦ blue 112

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

Shades of Wild Watermelon #FD5A70

Tints of Wild Watermelon #FD5A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.62%

R = 55.6%
G = 19.78%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD5A70 (or 0xFD5A70) is known color: Wild Watermelon. HEX triplet: FD, 5A and 70. RGB value is (253,90,112). Sum of RGB (Red+Green+Blue) = 253+90+112=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5A70 is #02A58F. Grayscale: #8D8D8D. Windows color (decimal): -173456 or 7363325. OLE color: 7363325.

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

Color convert

RGB 253 90 112 -
CMYK 0 0.64 0.56 0.01
HSL 351.9º 0.98% 0.67% -
HSV(B) 351.9º 0.64% 0.99% -
XYZ 47.09 29.36 18.52 -
YUV 141.25 111.5 207.71 -
System Red Green Blue C M Y K H S L
Decimal 253 90 112 0 0.64 0.56 0.01 351.9 0.98 0.67
Hex FD 5A 70 0 40 38 1 160 62 43
Octal 375 132 160 0 100 70 1 540 142 103
Binary 11111101 1011010 1110000 0 1000000 111000 1 101100000 1100010 1000011

Color Harmonies of #FD5A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5A70

Black with #FD5A70

Text Example


Text Example

White with #FD5A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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