Html Css Color HEX #FD616C Wild Watermelon

📋 copy color: '#FD616C'

red 253 ◦ green 97 ◦ blue 108

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

Shades of Wild Watermelon #FD616C

Tints of Wild Watermelon #FD616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.18%

 BLUE value IS 108 (42.58% from 255) = 23.58%

R = 55.24%
G = 21.18%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD616C (or 0xFD616C) is known color: Wild Watermelon. HEX triplet: FD, 61 and 6C. RGB value is (253,97,108). Sum of RGB (Red+Green+Blue) = 253+97+108=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FD616C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD616C is #029E93. Grayscale: #919191. Windows color (decimal): -171668 or 7102973. OLE color: 7102973.

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

Color convert

RGB 253 97 108 -
CMYK 0 0.62 0.57 0.01
HSL 355.77º 0.98% 0.69% -
HSV(B) 355.77º 0.62% 0.99% -
XYZ 47.49 30.51 17.57 -
YUV 144.9 107.18 205.11 -
System Red Green Blue C M Y K H S L
Decimal 253 97 108 0 0.62 0.57 0.01 355.77 0.98 0.69
Hex FD 61 6C 0 3E 39 1 164 62 45
Octal 375 141 154 0 76 71 1 544 142 105
Binary 11111101 1100001 1101100 0 111110 111001 1 101100100 1100010 1000101

Color Harmonies of #FD616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD616C

Black with #FD616C

Text Example


Text Example

White with #FD616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD616C; }

 p { color: rgb(253,97,108); }

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

background-color css

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

 a { background-color: rgb(253,97,108); }

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

border-color css

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

 span { border-color: rgb(253,97,108); }

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