Html Css Color HEX #FD5A68 Wild Watermelon

📋 copy color: '#FD5A68'

red 253 ◦ green 90 ◦ blue 104

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

Shades of Wild Watermelon #FD5A68

Tints of Wild Watermelon #FD5A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.27%

R = 56.6%
G = 20.13%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FD5A68 (or 0xFD5A68) is known color: Wild Watermelon. HEX triplet: FD, 5A and 68. RGB value is (253,90,104). Sum of RGB (Red+Green+Blue) = 253+90+104=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5A68 is #02A597. Grayscale: #8C8C8C. Windows color (decimal): -173464 or 6839037. OLE color: 6839037.

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

Color convert

RGB 253 90 104 -
CMYK 0 0.64 0.59 0.01
HSL 354.85º 0.98% 0.67% -
HSV(B) 354.85º 0.64% 0.99% -
XYZ 46.66 29.19 16.27 -
YUV 140.33 107.5 208.36 -
System Red Green Blue C M Y K H S L
Decimal 253 90 104 0 0.64 0.59 0.01 354.85 0.98 0.67
Hex FD 5A 68 0 40 3B 1 163 62 43
Octal 375 132 150 0 100 73 1 543 142 103
Binary 11111101 1011010 1101000 0 1000000 111011 1 101100011 1100010 1000011

Color Harmonies of #FD5A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5A68

Black with #FD5A68

Text Example


Text Example

White with #FD5A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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