Html Css Color HEX #F05963 Wild Watermelon

📋 copy color: '#F05963'

red 240 ◦ green 89 ◦ blue 99

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

Shades of Wild Watermelon #F05963

Tints of Wild Watermelon #F05963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.79%

 BLUE value IS 99 (39.06% from 255) = 23.13%

R = 56.07%
G = 20.79%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F05963 (or 0xF05963) is known color: Wild Watermelon. HEX triplet: F0, 59 and 63. RGB value is (240,89,99). Sum of RGB (Red+Green+Blue) = 240+89+99=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 99 (39.06% from 255 or 23.13% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F05963 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05963 is #0FA69C. Grayscale: #878787. Windows color (decimal): -1025693 or 6511088. OLE color: 6511088.

HSL color Cylindrical-coordinate representation of color #F05963: hue angle of 356.03º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F05963 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 89 99 -
CMYK 0 0.63 0.59 0.06
HSL 356.03º 0.83% 0.65% -
HSV(B) 356.03º 0.63% 0.94% -
XYZ 41.76 26.57 14.73 -
YUV 135.29 107.53 202.69 -
System Red Green Blue C M Y K H S L
Decimal 240 89 99 0 0.63 0.59 0.06 356.03 0.83 0.65
Hex F0 59 63 0 3F 3B 6 164 53 41
Octal 360 131 143 0 77 73 6 544 123 101
Binary 11110000 1011001 1100011 0 111111 111011 110 101100100 1010011 1000001

Color Harmonies of #F05963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05963

Black with #F05963

Text Example


Text Example

White with #F05963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05963; }

 p { color: rgb(240,89,99); }

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

background-color css

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

 a { background-color: rgb(240,89,99); }

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

border-color css

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

 span { border-color: rgb(240,89,99); }

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