Html Css Color HEX #FD616A Wild Watermelon

📋 copy color: '#FD616A'

red 253 ◦ green 97 ◦ blue 106

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

Shades of Wild Watermelon #FD616A

Tints of Wild Watermelon #FD616A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.25%

R = 55.48%
G = 21.27%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FD616A (or 0xFD616A) is known color: Wild Watermelon. HEX triplet: FD, 61 and 6A. RGB value is (253,97,106). Sum of RGB (Red+Green+Blue) = 253+97+106=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD616A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD616A is #029E95. Grayscale: #909090. Windows color (decimal): -171670 or 6971901. OLE color: 6971901.

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

Color convert

RGB 253 97 106 -
CMYK 0 0.62 0.58 0.01
HSL 356.54º 0.98% 0.69% -
HSV(B) 356.54º 0.62% 0.99% -
XYZ 47.38 30.47 17.02 -
YUV 144.67 106.18 205.27 -
System Red Green Blue C M Y K H S L
Decimal 253 97 106 0 0.62 0.58 0.01 356.54 0.98 0.69
Hex FD 61 6A 0 3E 3A 1 165 62 45
Octal 375 141 152 0 76 72 1 545 142 105
Binary 11111101 1100001 1101010 0 111110 111010 1 101100101 1100010 1000101

Color Harmonies of #FD616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD616A

Black with #FD616A

Text Example


Text Example

White with #FD616A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD616A; }

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

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

background-color css

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

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

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

border-color css

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

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

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