Html Css Color HEX #F86274 Wild Watermelon

📋 copy color: '#F86274'

red 248 ◦ green 98 ◦ blue 116

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

Shades of Wild Watermelon #F86274

Tints of Wild Watermelon #F86274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.11%

R = 53.68%
G = 21.21%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F86274 (or 0xF86274) is known color: Wild Watermelon. HEX triplet: F8, 62 and 74. RGB value is (248,98,116). Sum of RGB (Red+Green+Blue) = 248+98+116=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F86274 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86274 is #079D8B. Grayscale: #909090. Windows color (decimal): -499084 or 7627512. OLE color: 7627512.

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

Color convert

RGB 248 98 116 -
CMYK 0 0.60 0.53 0.03
HSL 352.8º 0.91% 0.68% -
HSV(B) 352.8º 0.6% 0.97% -
XYZ 46.23 29.95 19.87 -
YUV 144.9 111.7 201.54 -
System Red Green Blue C M Y K H S L
Decimal 248 98 116 0 0.60 0.53 0.03 352.8 0.91 0.68
Hex F8 62 74 0 3C 35 3 161 5B 44
Octal 370 142 164 0 74 65 3 541 133 104
Binary 11111000 1100010 1110100 0 111100 110101 11 101100001 1011011 1000100

Color Harmonies of #F86274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86274

Black with #F86274

Text Example


Text Example

White with #F86274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86274; }

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

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

background-color css

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

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

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

border-color css

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

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

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