Html Css Color HEX #FD575A Wild Watermelon

📋 copy color: '#FD575A'

red 253 ◦ green 87 ◦ blue 90

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

Shades of Wild Watermelon #FD575A

Tints of Wild Watermelon #FD575A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.23%

 BLUE value IS 90 (35.55% from 255) = 20.93%

R = 58.84%
G = 20.23%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD575A (or 0xFD575A) is known color: Wild Watermelon. HEX triplet: FD, 57 and 5A. RGB value is (253,87,90). Sum of RGB (Red+Green+Blue) = 253+87+90=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FD575A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD575A is #02A8A5. Grayscale: #898989. Windows color (decimal): -174246 or 5920765. OLE color: 5920765.

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

Color convert

RGB 253 87 90 -
CMYK 0 0.66 0.64 0.01
HSL 358.92º 0.98% 0.67% -
HSV(B) 358.92º 0.66% 0.99% -
XYZ 45.76 28.44 12.75 -
YUV 136.98 101.5 210.76 -
System Red Green Blue C M Y K H S L
Decimal 253 87 90 0 0.66 0.64 0.01 358.92 0.98 0.67
Hex FD 57 5A 0 42 40 1 167 62 43
Octal 375 127 132 0 102 100 1 547 142 103
Binary 11111101 1010111 1011010 0 1000010 1000000 1 101100111 1100010 1000011

Color Harmonies of #FD575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD575A

Black with #FD575A

Text Example


Text Example

White with #FD575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD575A; }

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

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

background-color css

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

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

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

border-color css

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

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

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