Html Css Color HEX #F85F73 Wild Watermelon

📋 copy color: '#F85F73'

red 248 ◦ green 95 ◦ blue 115

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

Shades of Wild Watermelon #F85F73

Tints of Wild Watermelon #F85F73

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.74%

 BLUE value IS 115 (45.31% from 255) = 25.11%

R = 54.15%
G = 20.74%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F85F73 (or 0xF85F73) is known color: Wild Watermelon. HEX triplet: F8, 5F and 73. RGB value is (248,95,115). Sum of RGB (Red+Green+Blue) = 248+95+115=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F85F73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85F73 is #07A08C. Grayscale: #8F8F8F. Windows color (decimal): -499853 or 7561208. OLE color: 7561208.

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

Color convert

RGB 248 95 115 -
CMYK 0 0.62 0.54 0.03
HSL 352.16º 0.92% 0.67% -
HSV(B) 352.16º 0.62% 0.97% -
XYZ 45.9 29.38 19.47 -
YUV 143.03 112.19 202.87 -
System Red Green Blue C M Y K H S L
Decimal 248 95 115 0 0.62 0.54 0.03 352.16 0.92 0.67
Hex F8 5F 73 0 3E 36 3 160 5C 43
Octal 370 137 163 0 76 66 3 540 134 103
Binary 11111000 1011111 1110011 0 111110 110110 11 101100000 1011100 1000011

Color Harmonies of #F85F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85F73

Black with #F85F73

Text Example


Text Example

White with #F85F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85F73; }

 p { color: rgb(248,95,115); }

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

background-color css

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

 a { background-color: rgb(248,95,115); }

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

border-color css

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

 span { border-color: rgb(248,95,115); }

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