Html Css Color HEX #F2576F Wild Watermelon

📋 copy color: '#F2576F'

red 242 ◦ green 87 ◦ blue 111

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

Shades of Wild Watermelon #F2576F

Tints of Wild Watermelon #F2576F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.77%

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

R = 55%
G = 19.77%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F2576F (or 0xF2576F) is known color: Wild Watermelon. HEX triplet: F2, 57 and 6F. RGB value is (242,87,111). Sum of RGB (Red+Green+Blue) = 242+87+111=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F2576F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2576F is #0DA890. Grayscale: #888888. Windows color (decimal): -895121 or 7297010. OLE color: 7297010.

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

Color convert

RGB 242 87 111 -
CMYK 0 0.64 0.54 0.05
HSL 350.71º 0.86% 0.65% -
HSV(B) 350.71º 0.64% 0.95% -
XYZ 42.9 26.84 17.96 -
YUV 136.08 113.85 203.55 -
System Red Green Blue C M Y K H S L
Decimal 242 87 111 0 0.64 0.54 0.05 350.71 0.86 0.65
Hex F2 57 6F 0 40 36 5 15F 56 41
Octal 362 127 157 0 100 66 5 537 126 101
Binary 11110010 1010111 1101111 0 1000000 110110 101 101011111 1010110 1000001

Color Harmonies of #F2576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2576F

Black with #F2576F

Text Example


Text Example

White with #F2576F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2576F; }

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

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

background-color css

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

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

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

border-color css

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

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

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