Html Css Color HEX #F05168 Wild Watermelon

📋 copy color: '#F05168'

red 240 ◦ green 81 ◦ blue 104

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

Shades of Wild Watermelon #F05168

Tints of Wild Watermelon #F05168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.47%

R = 56.47%
G = 19.06%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F05168 (or 0xF05168) is known color: Wild Watermelon. HEX triplet: F0, 51 and 68. RGB value is (240,81,104). Sum of RGB (Red+Green+Blue) = 240+81+104=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F05168 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05168 is #0FAE97. Grayscale: #838383. Windows color (decimal): -1027736 or 6836720. OLE color: 6836720.

HSL color Cylindrical-coordinate representation of color #F05168: hue angle of 351.32º 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 #F05168 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 81 104 -
CMYK 0 0.66 0.57 0.06
HSL 351.32º 0.84% 0.63% -
HSV(B) 351.32º 0.66% 0.94% -
XYZ 41.38 25.41 15.82 -
YUV 131.16 112.68 205.63 -
System Red Green Blue C M Y K H S L
Decimal 240 81 104 0 0.66 0.57 0.06 351.32 0.84 0.63
Hex F0 51 68 0 42 39 6 15F 54 3F
Octal 360 121 150 0 102 71 6 537 124 77
Binary 11110000 1010001 1101000 0 1000010 111001 110 101011111 1010100 111111

Color Harmonies of #F05168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05168

Black with #F05168

Text Example


Text Example

White with #F05168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05168; }

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

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

background-color css

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

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

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

border-color css

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

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

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