Html Css Color HEX #F2565F Wild Watermelon

📋 copy color: '#F2565F'

red 242 ◦ green 86 ◦ blue 95

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

Shades of Wild Watermelon #F2565F

Tints of Wild Watermelon #F2565F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.46%

R = 57.21%
G = 20.33%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2565F (or 0xF2565F) is known color: Wild Watermelon. HEX triplet: F2, 56 and 5F. RGB value is (242,86,95). Sum of RGB (Red+Green+Blue) = 242+86+95=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F2565F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2565F is #0DA9A0. Grayscale: #858585. Windows color (decimal): -895393 or 6248178. OLE color: 6248178.

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

Color convert

RGB 242 86 95 -
CMYK 0 0.64 0.61 0.05
HSL 356.54º 0.86% 0.64% -
HSV(B) 356.54º 0.64% 0.95% -
XYZ 42.01 26.36 13.7 -
YUV 133.67 106.18 205.27 -
System Red Green Blue C M Y K H S L
Decimal 242 86 95 0 0.64 0.61 0.05 356.54 0.86 0.64
Hex F2 56 5F 0 40 3D 5 165 56 40
Octal 362 126 137 0 100 75 5 545 126 100
Binary 11110010 1010110 1011111 0 1000000 111101 101 101100101 1010110 1000000

Color Harmonies of #F2565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2565F

Black with #F2565F

Text Example


Text Example

White with #F2565F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2565F; }

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

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

background-color css

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

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

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

border-color css

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

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

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