Html Css Color HEX #F85270 Wild Watermelon

📋 copy color: '#F85270'

red 248 ◦ green 82 ◦ blue 112

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

Shades of Wild Watermelon #F85270

Tints of Wild Watermelon #F85270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.55%

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

R = 56.11%
G = 18.55%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F85270 (or 0xF85270) is known color: Wild Watermelon. HEX triplet: F8, 52 and 70. RGB value is (248,82,112). Sum of RGB (Red+Green+Blue) = 248+82+112=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F85270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85270 is #07AD8F. Grayscale: #878787. Windows color (decimal): -503184 or 7361272. OLE color: 7361272.

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

Color convert

RGB 248 82 112 -
CMYK 0 0.67 0.55 0.03
HSL 349.16º 0.92% 0.65% -
HSV(B) 349.16º 0.67% 0.97% -
XYZ 44.65 27.16 18.22 -
YUV 135.05 115 208.56 -
System Red Green Blue C M Y K H S L
Decimal 248 82 112 0 0.67 0.55 0.03 349.16 0.92 0.65
Hex F8 52 70 0 43 37 3 15D 5C 41
Octal 370 122 160 0 103 67 3 535 134 101
Binary 11111000 1010010 1110000 0 1000011 110111 11 101011101 1011100 1000001

Color Harmonies of #F85270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85270

Black with #F85270

Text Example


Text Example

White with #F85270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85270; }

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

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

background-color css

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

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

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

border-color css

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

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

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