Html Css Color HEX #F85569 Wild Watermelon

📋 copy color: '#F85569'

red 248 ◦ green 85 ◦ blue 105

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

Shades of Wild Watermelon #F85569

Tints of Wild Watermelon #F85569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.97%

R = 56.62%
G = 19.41%
B = 23.97%

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

#F85569 (or 0xF85569) is known color: Wild Watermelon. HEX triplet: F8, 55 and 69. RGB value is (248,85,105). Sum of RGB (Red+Green+Blue) = 248+85+105=438 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.62% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 248 - color contains mainly: red. Hex color #F85569 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85569 is #07AA96. Grayscale: #888888. Windows color (decimal): -502423 or 6903288. OLE color: 6903288.

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

Color convert

RGB 248 85 105 -
CMYK 0 0.66 0.58 0.03
HSL 352.64º 0.92% 0.65% -
HSV(B) 352.64º 0.66% 0.97% -
XYZ 44.51 27.47 16.32 -
YUV 136.02 110.5 207.87 -
System Red Green Blue C M Y K H S L
Decimal 248 85 105 0 0.66 0.58 0.03 352.64 0.92 0.65
Hex F8 55 69 0 42 3A 3 161 5C 41
Octal 370 125 151 0 102 72 3 541 134 101
Binary 11111000 1010101 1101001 0 1000010 111010 11 101100001 1011100 1000001

Color Harmonies of #F85569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85569

Black with #F85569

Text Example


Text Example

White with #F85569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85569; }

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

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

background-color css

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

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

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

border-color css

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

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

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