Html Css Color HEX #F2616F Wild Watermelon

📋 copy color: '#F2616F'

red 242 ◦ green 97 ◦ blue 111

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

Shades of Wild Watermelon #F2616F

Tints of Wild Watermelon #F2616F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.67%

R = 53.78%
G = 21.56%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F2616F (or 0xF2616F) is known color: Wild Watermelon. HEX triplet: F2, 61 and 6F. RGB value is (242,97,111). Sum of RGB (Red+Green+Blue) = 242+97+111=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F2616F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2616F is #0D9E90. Grayscale: #8E8E8E. Windows color (decimal): -892561 or 7299570. OLE color: 7299570.

HSL color Cylindrical-coordinate representation of color #F2616F: hue angle of 354.21º 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 #F2616F is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 97 111 -
CMYK 0 0.60 0.54 0.05
HSL 354.21º 0.85% 0.66% -
HSV(B) 354.21º 0.6% 0.95% -
XYZ 43.76 28.57 18.25 -
YUV 141.95 110.54 199.36 -
System Red Green Blue C M Y K H S L
Decimal 242 97 111 0 0.60 0.54 0.05 354.21 0.85 0.66
Hex F2 61 6F 0 3C 36 5 162 55 42
Octal 362 141 157 0 74 66 5 542 125 102
Binary 11110010 1100001 1101111 0 111100 110110 101 101100010 1010101 1000010

Color Harmonies of #F2616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2616F

Black with #F2616F

Text Example


Text Example

White with #F2616F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2616F; }

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

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

background-color css

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

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

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

border-color css

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

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

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