Html Css Color HEX #F2565C Wild Watermelon

📋 copy color: '#F2565C'

red 242 ◦ green 86 ◦ blue 92

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

Shades of Wild Watermelon #F2565C

Tints of Wild Watermelon #F2565C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.9%

R = 57.62%
G = 20.48%
B = 21.9%

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

#F2565C (or 0xF2565C) is known color: Wild Watermelon. HEX triplet: F2, 56 and 5C. RGB value is (242,86,92). Sum of RGB (Red+Green+Blue) = 242+86+92=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F2565C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2565C is #0DA9A3. Grayscale: #858585. Windows color (decimal): -895396 or 6051570. OLE color: 6051570.

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

Color convert

RGB 242 86 92 -
CMYK 0 0.64 0.62 0.05
HSL 357.69º 0.86% 0.64% -
HSV(B) 357.69º 0.64% 0.95% -
XYZ 41.88 26.31 13 -
YUV 133.33 104.68 205.51 -
System Red Green Blue C M Y K H S L
Decimal 242 86 92 0 0.64 0.62 0.05 357.69 0.86 0.64
Hex F2 56 5C 0 40 3E 5 166 56 40
Octal 362 126 134 0 100 76 5 546 126 100
Binary 11110010 1010110 1011100 0 1000000 111110 101 101100110 1010110 1000000

Color Harmonies of #F2565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2565C

Black with #F2565C

Text Example


Text Example

White with #F2565C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2565C; }

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

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

background-color css

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

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

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

border-color css

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

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

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