Html Css Color HEX #FD616E Wild Watermelon

📋 copy color: '#FD616E'

red 253 ◦ green 97 ◦ blue 110

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

Shades of Wild Watermelon #FD616E

Tints of Wild Watermelon #FD616E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.91%

R = 55%
G = 21.09%
B = 23.91%

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

#FD616E (or 0xFD616E) is known color: Wild Watermelon. HEX triplet: FD, 61 and 6E. RGB value is (253,97,110). Sum of RGB (Red+Green+Blue) = 253+97+110=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD616E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD616E is #029E91. Grayscale: #919191. Windows color (decimal): -171666 or 7234045. OLE color: 7234045.

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

Color convert

RGB 253 97 110 -
CMYK 0 0.62 0.57 0.01
HSL 355º 0.98% 0.69% -
HSV(B) 355º 0.62% 0.99% -
XYZ 47.6 30.56 18.14 -
YUV 145.13 108.18 204.94 -
System Red Green Blue C M Y K H S L
Decimal 253 97 110 0 0.62 0.57 0.01 355 0.98 0.69
Hex FD 61 6E 0 3E 39 1 163 62 45
Octal 375 141 156 0 76 71 1 543 142 105
Binary 11111101 1100001 1101110 0 111110 111001 1 101100011 1100010 1000101

Color Harmonies of #FD616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD616E

Black with #FD616E

Text Example


Text Example

White with #FD616E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD616E; }

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

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

background-color css

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

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

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

border-color css

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

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

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