Html Css Color HEX #F85C75 Wild Watermelon

📋 copy color: '#F85C75'

red 248 ◦ green 92 ◦ blue 117

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

Shades of Wild Watermelon #F85C75

Tints of Wild Watermelon #F85C75

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.13%

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

R = 54.27%
G = 20.13%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F85C75 (or 0xF85C75) is known color: Wild Watermelon. HEX triplet: F8, 5C and 75. RGB value is (248,92,117). Sum of RGB (Red+Green+Blue) = 248+92+117=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85C75 is #07A38A. Grayscale: #8D8D8D. Windows color (decimal): -500619 or 7691512. OLE color: 7691512.

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

Color convert

RGB 248 92 117 -
CMYK 0 0.63 0.53 0.03
HSL 350.38º 0.92% 0.67% -
HSV(B) 350.38º 0.63% 0.97% -
XYZ 45.75 28.9 20 -
YUV 141.49 114.18 203.97 -
System Red Green Blue C M Y K H S L
Decimal 248 92 117 0 0.63 0.53 0.03 350.38 0.92 0.67
Hex F8 5C 75 0 3F 35 3 15E 5C 43
Octal 370 134 165 0 77 65 3 536 134 103
Binary 11111000 1011100 1110101 0 111111 110101 11 101011110 1011100 1000011

Color Harmonies of #F85C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85C75

Black with #F85C75

Text Example


Text Example

White with #F85C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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