Html Css Color HEX #F2566E Wild Watermelon

📋 copy color: '#F2566E'

red 242 ◦ green 86 ◦ blue 110

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

Shades of Wild Watermelon #F2566E

Tints of Wild Watermelon #F2566E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.63%

 BLUE value IS 110 (43.36% from 255) = 25.11%

R = 55.25%
G = 19.63%
B = 25.11%

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

#F2566E (or 0xF2566E) is known color: Wild Watermelon. HEX triplet: F2, 56 and 6E. RGB value is (242,86,110). Sum of RGB (Red+Green+Blue) = 242+86+110=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F2566E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2566E is #0DA991. Grayscale: #878787. Windows color (decimal): -895378 or 7231218. OLE color: 7231218.

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

Color convert

RGB 242 86 110 -
CMYK 0 0.64 0.55 0.05
HSL 350.77º 0.86% 0.64% -
HSV(B) 350.77º 0.64% 0.95% -
XYZ 42.76 26.66 17.64 -
YUV 135.38 113.68 204.05 -
System Red Green Blue C M Y K H S L
Decimal 242 86 110 0 0.64 0.55 0.05 350.77 0.86 0.64
Hex F2 56 6E 0 40 37 5 15F 56 40
Octal 362 126 156 0 100 67 5 537 126 100
Binary 11110010 1010110 1101110 0 1000000 110111 101 101011111 1010110 1000000

Color Harmonies of #F2566E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2566E

Black with #F2566E

Text Example


Text Example

White with #F2566E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2566E; }

 p { color: rgb(242,86,110); }

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

background-color css

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

 a { background-color: rgb(242,86,110); }

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

border-color css

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

 span { border-color: rgb(242,86,110); }

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