Html Css Color HEX #F2616D Wild Watermelon

📋 copy color: '#F2616D'

red 242 ◦ green 97 ◦ blue 109

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

Shades of Wild Watermelon #F2616D

Tints of Wild Watermelon #F2616D

RGB

 RED value IS 242 (94.92% from 255) = 54.02%

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

 BLUE value IS 109 (42.97% from 255) = 24.33%

R = 54.02%
G = 21.65%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2616D (or 0xF2616D) is known color: Wild Watermelon. HEX triplet: F2, 61 and 6D. RGB value is (242,97,109). Sum of RGB (Red+Green+Blue) = 242+97+109=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F2616D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2616D is #0D9E92. Grayscale: #8D8D8D. Windows color (decimal): -892563 or 7168498. OLE color: 7168498.

HSL color Cylindrical-coordinate representation of color #F2616D: hue angle of 355.03º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2616D is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 97 109 -
CMYK 0 0.60 0.55 0.05
HSL 355.03º 0.85% 0.66% -
HSV(B) 355.03º 0.6% 0.95% -
XYZ 43.65 28.53 17.67 -
YUV 141.72 109.54 199.52 -
System Red Green Blue C M Y K H S L
Decimal 242 97 109 0 0.60 0.55 0.05 355.03 0.85 0.66
Hex F2 61 6D 0 3C 37 5 163 55 42
Octal 362 141 155 0 74 67 5 543 125 102
Binary 11110010 1100001 1101101 0 111100 110111 101 101100011 1010101 1000010

Color Harmonies of #F2616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2616D

Black with #F2616D

Text Example


Text Example

White with #F2616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2616D; }

 p { color: rgb(242,97,109); }

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

background-color css

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

 a { background-color: rgb(242,97,109); }

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

border-color css

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

 span { border-color: rgb(242,97,109); }

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