Html Css Color HEX #F86270 Wild Watermelon

📋 copy color: '#F86270'

red 248 ◦ green 98 ◦ blue 112

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

Shades of Wild Watermelon #F86270

Tints of Wild Watermelon #F86270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.4%

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

R = 54.15%
G = 21.4%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F86270 (or 0xF86270) is known color: Wild Watermelon. HEX triplet: F8, 62 and 70. RGB value is (248,98,112). Sum of RGB (Red+Green+Blue) = 248+98+112=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F86270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86270 is #079D8F. Grayscale: #909090. Windows color (decimal): -499088 or 7365368. OLE color: 7365368.

HSL color Cylindrical-coordinate representation of color #F86270: hue angle of 354.4º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F86270 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 98 112 -
CMYK 0 0.60 0.55 0.03
HSL 354.4º 0.91% 0.68% -
HSV(B) 354.4º 0.6% 0.97% -
XYZ 46 29.86 18.67 -
YUV 144.45 109.7 201.86 -
System Red Green Blue C M Y K H S L
Decimal 248 98 112 0 0.60 0.55 0.03 354.4 0.91 0.68
Hex F8 62 70 0 3C 37 3 162 5B 44
Octal 370 142 160 0 74 67 3 542 133 104
Binary 11111000 1100010 1110000 0 111100 110111 11 101100010 1011011 1000100

Color Harmonies of #F86270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86270

Black with #F86270

Text Example


Text Example

White with #F86270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86270; }

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

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

background-color css

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

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

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

border-color css

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

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

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