Html Css Color HEX #F85568 Wild Watermelon

📋 copy color: '#F85568'

red 248 ◦ green 85 ◦ blue 104

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

Shades of Wild Watermelon #F85568

Tints of Wild Watermelon #F85568

RGB

 RED value IS 248 (97.27% from 255) = 56.75%

 GREEN value IS 85 (33.59% from 255) = 19.45%

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

R = 56.75%
G = 19.45%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F85568 (or 0xF85568) is known color: Wild Watermelon. HEX triplet: F8, 55 and 68. RGB value is (248,85,104). Sum of RGB (Red+Green+Blue) = 248+85+104=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F85568 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85568 is #07AA97. Grayscale: #878787. Windows color (decimal): -502424 or 6837752. OLE color: 6837752.

HSL color Cylindrical-coordinate representation of color #F85568: hue angle of 353.01º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F85568 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 85 104 -
CMYK 0 0.66 0.58 0.03
HSL 353.01º 0.92% 0.65% -
HSV(B) 353.01º 0.66% 0.97% -
XYZ 44.46 27.45 16.05 -
YUV 135.9 110 207.96 -
System Red Green Blue C M Y K H S L
Decimal 248 85 104 0 0.66 0.58 0.03 353.01 0.92 0.65
Hex F8 55 68 0 42 3A 3 161 5C 41
Octal 370 125 150 0 102 72 3 541 134 101
Binary 11111000 1010101 1101000 0 1000010 111010 11 101100001 1011100 1000001

Color Harmonies of #F85568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85568

Black with #F85568

Text Example


Text Example

White with #F85568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85568; }

 p { color: rgb(248,85,104); }

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

background-color css

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

 a { background-color: rgb(248,85,104); }

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

border-color css

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

 span { border-color: rgb(248,85,104); }

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