Html Css Color HEX #F2586F Wild Watermelon

📋 copy color: '#F2586F'

red 242 ◦ green 88 ◦ blue 111

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

Shades of Wild Watermelon #F2586F

Tints of Wild Watermelon #F2586F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.95%

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

R = 54.88%
G = 19.95%
B = 25.17%

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

#F2586F (or 0xF2586F) is known color: Wild Watermelon. HEX triplet: F2, 58 and 6F. RGB value is (242,88,111). Sum of RGB (Red+Green+Blue) = 242+88+111=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F2586F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2586F is #0DA790. Grayscale: #888888. Windows color (decimal): -894865 or 7297266. OLE color: 7297266.

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

Color convert

RGB 242 88 111 -
CMYK 0 0.64 0.54 0.05
HSL 351.04º 0.86% 0.65% -
HSV(B) 351.04º 0.64% 0.95% -
XYZ 42.98 27 17.99 -
YUV 136.67 113.52 203.13 -
System Red Green Blue C M Y K H S L
Decimal 242 88 111 0 0.64 0.54 0.05 351.04 0.86 0.65
Hex F2 58 6F 0 40 36 5 15F 56 41
Octal 362 130 157 0 100 66 5 537 126 101
Binary 11110010 1011000 1101111 0 1000000 110110 101 101011111 1010110 1000001

Color Harmonies of #F2586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2586F

Black with #F2586F

Text Example


Text Example

White with #F2586F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2586F; }

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

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

background-color css

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

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

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

border-color css

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

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

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