Html Css Color HEX #F0565C Wild Watermelon

📋 copy color: '#F0565C'

red 240 ◦ green 86 ◦ blue 92

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

Shades of Wild Watermelon #F0565C

Tints of Wild Watermelon #F0565C

RGB

 RED value IS 240 (94.14% from 255) = 57.42%

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

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

R = 57.42%
G = 20.57%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0565C (or 0xF0565C) is known color: Wild Watermelon. HEX triplet: F0, 56 and 5C. RGB value is (240,86,92). Sum of RGB (Red+Green+Blue) = 240+86+92=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0565C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0565C is #0FA9A3. Grayscale: #848484. Windows color (decimal): -1026468 or 6051568. OLE color: 6051568.

HSL color Cylindrical-coordinate representation of color #F0565C: hue angle of 357.66º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0565C is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 86 92 -
CMYK 0 0.64 0.62 0.06
HSL 357.66º 0.84% 0.64% -
HSV(B) 357.66º 0.64% 0.94% -
XYZ 41.19 25.95 12.96 -
YUV 132.73 105.02 204.51 -
System Red Green Blue C M Y K H S L
Decimal 240 86 92 0 0.64 0.62 0.06 357.66 0.84 0.64
Hex F0 56 5C 0 40 3E 6 166 54 40
Octal 360 126 134 0 100 76 6 546 124 100
Binary 11110000 1010110 1011100 0 1000000 111110 110 101100110 1010100 1000000

Color Harmonies of #F0565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0565C

Black with #F0565C

Text Example


Text Example

White with #F0565C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0565C; }

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

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

background-color css

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

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

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

border-color css

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

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

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