Html Css Color HEX #F0516B Wild Watermelon

📋 copy color: '#F0516B'

red 240 ◦ green 81 ◦ blue 107

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

Shades of Wild Watermelon #F0516B

Tints of Wild Watermelon #F0516B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.93%

 BLUE value IS 107 (42.19% from 255) = 25%

R = 56.07%
G = 18.93%
B = 25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0516B (or 0xF0516B) is known color: Wild Watermelon. HEX triplet: F0, 51 and 6B. RGB value is (240,81,107). Sum of RGB (Red+Green+Blue) = 240+81+107=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F0516B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0516B is #0FAE94. Grayscale: #838383. Windows color (decimal): -1027733 or 7033328. OLE color: 7033328.

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

Color convert

RGB 240 81 107 -
CMYK 0 0.66 0.55 0.06
HSL 350.19º 0.84% 0.63% -
HSV(B) 350.19º 0.66% 0.94% -
XYZ 41.53 25.47 16.64 -
YUV 131.51 114.18 205.39 -
System Red Green Blue C M Y K H S L
Decimal 240 81 107 0 0.66 0.55 0.06 350.19 0.84 0.63
Hex F0 51 6B 0 42 37 6 15E 54 3F
Octal 360 121 153 0 102 67 6 536 124 77
Binary 11110000 1010001 1101011 0 1000010 110111 110 101011110 1010100 111111

Color Harmonies of #F0516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0516B

Black with #F0516B

Text Example


Text Example

White with #F0516B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0516B; }

 p { color: rgb(240,81,107); }

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

background-color css

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

 a { background-color: rgb(240,81,107); }

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

border-color css

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

 span { border-color: rgb(240,81,107); }

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