Html Css Color HEX #F85875 Wild Watermelon

📋 copy color: '#F85875'

red 248 ◦ green 88 ◦ blue 117

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

Shades of Wild Watermelon #F85875

Tints of Wild Watermelon #F85875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.83%

R = 54.75%
G = 19.43%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F85875 (or 0xF85875) is known color: Wild Watermelon. HEX triplet: F8, 58 and 75. RGB value is (248,88,117). Sum of RGB (Red+Green+Blue) = 248+88+117=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F85875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85875 is #07A78A. Grayscale: #8B8B8B. Windows color (decimal): -501643 or 7690488. OLE color: 7690488.

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

Color convert

RGB 248 88 117 -
CMYK 0 0.65 0.53 0.03
HSL 349.13º 0.92% 0.66% -
HSV(B) 349.13º 0.65% 0.97% -
XYZ 45.41 28.22 19.88 -
YUV 139.15 115.51 205.64 -
System Red Green Blue C M Y K H S L
Decimal 248 88 117 0 0.65 0.53 0.03 349.13 0.92 0.66
Hex F8 58 75 0 41 35 3 15D 5C 42
Octal 370 130 165 0 101 65 3 535 134 102
Binary 11111000 1011000 1110101 0 1000001 110101 11 101011101 1011100 1000010

Color Harmonies of #F85875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85875

Black with #F85875

Text Example


Text Example

White with #F85875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85875; }

 p { color: rgb(248,88,117); }

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

background-color css

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

 a { background-color: rgb(248,88,117); }

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

border-color css

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

 span { border-color: rgb(248,88,117); }

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