Html Css Color HEX #F2576C Wild Watermelon

📋 copy color: '#F2576C'

red 242 ◦ green 87 ◦ blue 108

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

Shades of Wild Watermelon #F2576C

Tints of Wild Watermelon #F2576C

RGB

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

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

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

R = 55.38%
G = 19.91%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2576C (or 0xF2576C) is known color: Wild Watermelon. HEX triplet: F2, 57 and 6C. RGB value is (242,87,108). Sum of RGB (Red+Green+Blue) = 242+87+108=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F2576C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2576C is #0DA893. Grayscale: #878787. Windows color (decimal): -895124 or 7100402. OLE color: 7100402.

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

Color convert

RGB 242 87 108 -
CMYK 0 0.64 0.55 0.05
HSL 351.87º 0.86% 0.65% -
HSV(B) 351.87º 0.64% 0.95% -
XYZ 42.73 26.78 17.1 -
YUV 135.74 112.35 203.79 -
System Red Green Blue C M Y K H S L
Decimal 242 87 108 0 0.64 0.55 0.05 351.87 0.86 0.65
Hex F2 57 6C 0 40 37 5 160 56 41
Octal 362 127 154 0 100 67 5 540 126 101
Binary 11110010 1010111 1101100 0 1000000 110111 101 101100000 1010110 1000001

Color Harmonies of #F2576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2576C

Black with #F2576C

Text Example


Text Example

White with #F2576C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2576C; }

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

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

background-color css

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

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

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

border-color css

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

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

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