Html Css Color HEX #F85A6F Wild Watermelon

📋 copy color: '#F85A6F'

red 248 ◦ green 90 ◦ blue 111

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

Shades of Wild Watermelon #F85A6F

Tints of Wild Watermelon #F85A6F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.04%

 BLUE value IS 111 (43.75% from 255) = 24.72%

R = 55.23%
G = 20.04%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F85A6F (or 0xF85A6F) is known color: Wild Watermelon. HEX triplet: F8, 5A and 6F. RGB value is (248,90,111). Sum of RGB (Red+Green+Blue) = 248+90+111=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85A6F is #07A590. Grayscale: #8B8B8B. Windows color (decimal): -501137 or 7297784. OLE color: 7297784.

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

Color convert

RGB 248 90 111 -
CMYK 0 0.64 0.55 0.03
HSL 352.03º 0.92% 0.66% -
HSV(B) 352.03º 0.64% 0.97% -
XYZ 45.24 28.42 18.14 -
YUV 139.64 111.85 205.29 -
System Red Green Blue C M Y K H S L
Decimal 248 90 111 0 0.64 0.55 0.03 352.03 0.92 0.66
Hex F8 5A 6F 0 40 37 3 160 5C 42
Octal 370 132 157 0 100 67 3 540 134 102
Binary 11111000 1011010 1101111 0 1000000 110111 11 101100000 1011100 1000010

Color Harmonies of #F85A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85A6F

Black with #F85A6F

Text Example


Text Example

White with #F85A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85A6F; }

 p { color: rgb(248,90,111); }

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

background-color css

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

 a { background-color: rgb(248,90,111); }

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

border-color css

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

 span { border-color: rgb(248,90,111); }

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