Html Css Color HEX #F2565B Wild Watermelon

📋 copy color: '#F2565B'

red 242 ◦ green 86 ◦ blue 91

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

Shades of Wild Watermelon #F2565B

Tints of Wild Watermelon #F2565B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.72%

R = 57.76%
G = 20.53%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2565B (or 0xF2565B) is known color: Wild Watermelon. HEX triplet: F2, 56 and 5B. RGB value is (242,86,91). Sum of RGB (Red+Green+Blue) = 242+86+91=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F2565B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2565B is #0DA9A4. Grayscale: #858585. Windows color (decimal): -895397 or 5986034. OLE color: 5986034.

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

Color convert

RGB 242 86 91 -
CMYK 0 0.64 0.62 0.05
HSL 358.08º 0.86% 0.64% -
HSV(B) 358.08º 0.64% 0.95% -
XYZ 41.83 26.29 12.77 -
YUV 133.21 104.18 205.59 -
System Red Green Blue C M Y K H S L
Decimal 242 86 91 0 0.64 0.62 0.05 358.08 0.86 0.64
Hex F2 56 5B 0 40 3E 5 166 56 40
Octal 362 126 133 0 100 76 5 546 126 100
Binary 11110010 1010110 1011011 0 1000000 111110 101 101100110 1010110 1000000

Color Harmonies of #F2565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2565B

Black with #F2565B

Text Example


Text Example

White with #F2565B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2565B; }

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

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

background-color css

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

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

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

border-color css

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

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

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