Html Css Color HEX #F2516C Wild Watermelon

📋 copy color: '#F2516C'

red 242 ◦ green 81 ◦ blue 108

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

Shades of Wild Watermelon #F2516C

Tints of Wild Watermelon #F2516C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.79%

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

R = 56.15%
G = 18.79%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2516C (or 0xF2516C) is known color: Wild Watermelon. HEX triplet: F2, 51 and 6C. RGB value is (242,81,108). Sum of RGB (Red+Green+Blue) = 242+81+108=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F2516C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2516C is #0DAE93. Grayscale: #848484. Windows color (decimal): -896660 or 7098866. OLE color: 7098866.

HSL color Cylindrical-coordinate representation of color #F2516C: hue angle of 349.94º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2516C is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 81 108 -
CMYK 0 0.67 0.55 0.05
HSL 349.94º 0.86% 0.63% -
HSV(B) 349.94º 0.67% 0.95% -
XYZ 42.27 25.84 16.95 -
YUV 132.22 114.34 206.3 -
System Red Green Blue C M Y K H S L
Decimal 242 81 108 0 0.67 0.55 0.05 349.94 0.86 0.63
Hex F2 51 6C 0 43 37 5 15E 56 3F
Octal 362 121 154 0 103 67 5 536 126 77
Binary 11110010 1010001 1101100 0 1000011 110111 101 101011110 1010110 111111

Color Harmonies of #F2516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2516C

Black with #F2516C

Text Example


Text Example

White with #F2516C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2516C; }

 p { color: rgb(242,81,108); }

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

background-color css

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

 a { background-color: rgb(242,81,108); }

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

border-color css

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

 span { border-color: rgb(242,81,108); }

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