Html Css Color HEX #FD5C67 Wild Watermelon

📋 copy color: '#FD5C67'

red 253 ◦ green 92 ◦ blue 103

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

Shades of Wild Watermelon #FD5C67

Tints of Wild Watermelon #FD5C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.99%

R = 56.47%
G = 20.54%
B = 22.99%

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

#FD5C67 (or 0xFD5C67) is known color: Wild Watermelon. HEX triplet: FD, 5C and 67. RGB value is (253,92,103). Sum of RGB (Red+Green+Blue) = 253+92+103=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 103 (40.62% from 255 or 22.99% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5C67 is #02A398. Grayscale: #8D8D8D. Windows color (decimal): -172953 or 6774013. OLE color: 6774013.

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

Color convert

RGB 253 92 103 -
CMYK 0 0.64 0.59 0.01
HSL 355.9º 0.98% 0.68% -
HSV(B) 355.9º 0.64% 0.99% -
XYZ 46.78 29.52 16.06 -
YUV 141.39 106.34 207.61 -
System Red Green Blue C M Y K H S L
Decimal 253 92 103 0 0.64 0.59 0.01 355.9 0.98 0.68
Hex FD 5C 67 0 40 3B 1 164 62 44
Octal 375 134 147 0 100 73 1 544 142 104
Binary 11111101 1011100 1100111 0 1000000 111011 1 101100100 1100010 1000100

Color Harmonies of #FD5C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5C67

Black with #FD5C67

Text Example


Text Example

White with #FD5C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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