Html Css Color HEX #F85F70 Wild Watermelon

📋 copy color: '#F85F70'

red 248 ◦ green 95 ◦ blue 112

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

Shades of Wild Watermelon #F85F70

Tints of Wild Watermelon #F85F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.62%

R = 54.51%
G = 20.88%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F85F70 (or 0xF85F70) is known color: Wild Watermelon. HEX triplet: F8, 5F and 70. RGB value is (248,95,112). Sum of RGB (Red+Green+Blue) = 248+95+112=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F85F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85F70 is #07A08F. Grayscale: #8E8E8E. Windows color (decimal): -499856 or 7364600. OLE color: 7364600.

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

Color convert

RGB 248 95 112 -
CMYK 0 0.62 0.55 0.03
HSL 353.33º 0.92% 0.67% -
HSV(B) 353.33º 0.62% 0.97% -
XYZ 45.73 29.31 18.58 -
YUV 142.69 110.69 203.12 -
System Red Green Blue C M Y K H S L
Decimal 248 95 112 0 0.62 0.55 0.03 353.33 0.92 0.67
Hex F8 5F 70 0 3E 37 3 161 5C 43
Octal 370 137 160 0 76 67 3 541 134 103
Binary 11111000 1011111 1110000 0 111110 110111 11 101100001 1011100 1000011

Color Harmonies of #F85F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85F70

Black with #F85F70

Text Example


Text Example

White with #F85F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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