Html Css Color HEX #F2576B Wild Watermelon

📋 copy color: '#F2576B'

red 242 ◦ green 87 ◦ blue 107

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

Shades of Wild Watermelon #F2576B

Tints of Wild Watermelon #F2576B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.54%

R = 55.5%
G = 19.95%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2576B (or 0xF2576B) is known color: Wild Watermelon. HEX triplet: F2, 57 and 6B. RGB value is (242,87,107). Sum of RGB (Red+Green+Blue) = 242+87+107=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F2576B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2576B is #0DA894. Grayscale: #878787. Windows color (decimal): -895125 or 7034866. OLE color: 7034866.

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

Color convert

RGB 242 87 107 -
CMYK 0 0.64 0.56 0.05
HSL 352.26º 0.86% 0.65% -
HSV(B) 352.26º 0.64% 0.95% -
XYZ 42.68 26.76 16.82 -
YUV 135.63 111.85 203.87 -
System Red Green Blue C M Y K H S L
Decimal 242 87 107 0 0.64 0.56 0.05 352.26 0.86 0.65
Hex F2 57 6B 0 40 38 5 160 56 41
Octal 362 127 153 0 100 70 5 540 126 101
Binary 11110010 1010111 1101011 0 1000000 111000 101 101100000 1010110 1000001

Color Harmonies of #F2576B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2576B

Black with #F2576B

Text Example


Text Example

White with #F2576B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2576B; }

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

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

background-color css

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

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

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

border-color css

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

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

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