Html Css Color HEX #F05866 Wild Watermelon

📋 copy color: '#F05866'

red 240 ◦ green 88 ◦ blue 102

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

Shades of Wild Watermelon #F05866

Tints of Wild Watermelon #F05866

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.47%

 BLUE value IS 102 (40.23% from 255) = 23.72%

R = 55.81%
G = 20.47%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F05866 (or 0xF05866) is known color: Wild Watermelon. HEX triplet: F0, 58 and 66. RGB value is (240,88,102). Sum of RGB (Red+Green+Blue) = 240+88+102=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F05866 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05866 is #0FA799. Grayscale: #878787. Windows color (decimal): -1025946 or 6707440. OLE color: 6707440.

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

Color convert

RGB 240 88 102 -
CMYK 0 0.63 0.58 0.06
HSL 354.47º 0.84% 0.64% -
HSV(B) 354.47º 0.63% 0.94% -
XYZ 41.82 26.46 15.47 -
YUV 135.04 109.36 202.86 -
System Red Green Blue C M Y K H S L
Decimal 240 88 102 0 0.63 0.58 0.06 354.47 0.84 0.64
Hex F0 58 66 0 3F 3A 6 162 54 40
Octal 360 130 146 0 77 72 6 542 124 100
Binary 11110000 1011000 1100110 0 111111 111010 110 101100010 1010100 1000000

Color Harmonies of #F05866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05866

Black with #F05866

Text Example


Text Example

White with #F05866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05866; }

 p { color: rgb(240,88,102); }

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

background-color css

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

 a { background-color: rgb(240,88,102); }

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

border-color css

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

 span { border-color: rgb(240,88,102); }

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