Html Css Color HEX #F2516F Wild Watermelon

📋 copy color: '#F2516F'

red 242 ◦ green 81 ◦ blue 111

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

Shades of Wild Watermelon #F2516F

Tints of Wild Watermelon #F2516F

RGB

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

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

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

R = 55.76%
G = 18.66%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F2516F (or 0xF2516F) is known color: Wild Watermelon. HEX triplet: F2, 51 and 6F. RGB value is (242,81,111). Sum of RGB (Red+Green+Blue) = 242+81+111=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F2516F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2516F is #0DAE90. Grayscale: #848484. Windows color (decimal): -896657 or 7295474. OLE color: 7295474.

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

Color convert

RGB 242 81 111 -
CMYK 0 0.67 0.54 0.05
HSL 348.82º 0.86% 0.63% -
HSV(B) 348.82º 0.67% 0.95% -
XYZ 42.43 25.91 17.8 -
YUV 132.56 115.84 206.06 -
System Red Green Blue C M Y K H S L
Decimal 242 81 111 0 0.67 0.54 0.05 348.82 0.86 0.63
Hex F2 51 6F 0 43 36 5 15D 56 3F
Octal 362 121 157 0 103 66 5 535 126 77
Binary 11110010 1010001 1101111 0 1000011 110110 101 101011101 1010110 111111

Color Harmonies of #F2516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2516F

Black with #F2516F

Text Example


Text Example

White with #F2516F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2516F; }

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

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

background-color css

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

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

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

border-color css

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

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

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