Html Css Color HEX #F86474 Wild Watermelon

📋 copy color: '#F86474'

red 248 ◦ green 100 ◦ blue 116

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

Shades of Wild Watermelon #F86474

Tints of Wild Watermelon #F86474

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.55%

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

R = 53.45%
G = 21.55%
B = 25%

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

#F86474 (or 0xF86474) is known color: Wild Watermelon. HEX triplet: F8, 64 and 74. RGB value is (248,100,116). Sum of RGB (Red+Green+Blue) = 248+100+116=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F86474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86474 is #079B8B. Grayscale: #929292. Windows color (decimal): -498572 or 7628024. OLE color: 7628024.

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

Color convert

RGB 248 100 116 -
CMYK 0 0.60 0.53 0.03
HSL 353.51º 0.91% 0.68% -
HSV(B) 353.51º 0.6% 0.97% -
XYZ 46.42 30.33 19.93 -
YUV 146.08 111.03 200.7 -
System Red Green Blue C M Y K H S L
Decimal 248 100 116 0 0.60 0.53 0.03 353.51 0.91 0.68
Hex F8 64 74 0 3C 35 3 162 5B 44
Octal 370 144 164 0 74 65 3 542 133 104
Binary 11111000 1100100 1110100 0 111100 110101 11 101100010 1011011 1000100

Color Harmonies of #F86474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86474

Black with #F86474

Text Example


Text Example

White with #F86474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86474; }

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

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

background-color css

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

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

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

border-color css

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

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

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