Html Css Color HEX #F8506F Wild Watermelon

📋 copy color: '#F8506F'

red 248 ◦ green 80 ◦ blue 111

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

Shades of Wild Watermelon #F8506F

Tints of Wild Watermelon #F8506F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.22%

 BLUE value IS 111 (43.75% from 255) = 25.28%

R = 56.49%
G = 18.22%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F8506F (or 0xF8506F) is known color: Wild Watermelon. HEX triplet: F8, 50 and 6F. RGB value is (248,80,111). Sum of RGB (Red+Green+Blue) = 248+80+111=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F8506F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8506F is #07AF90. Grayscale: #858585. Windows color (decimal): -503697 or 7295224. OLE color: 7295224.

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

Color convert

RGB 248 80 111 -
CMYK 0 0.68 0.55 0.03
HSL 348.93º 0.92% 0.64% -
HSV(B) 348.93º 0.68% 0.97% -
XYZ 44.45 26.84 17.88 -
YUV 133.77 115.16 209.48 -
System Red Green Blue C M Y K H S L
Decimal 248 80 111 0 0.68 0.55 0.03 348.93 0.92 0.64
Hex F8 50 6F 0 44 37 3 15D 5C 40
Octal 370 120 157 0 104 67 3 535 134 100
Binary 11111000 1010000 1101111 0 1000100 110111 11 101011101 1011100 1000000

Color Harmonies of #F8506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8506F

Black with #F8506F

Text Example


Text Example

White with #F8506F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8506F; }

 p { color: rgb(248,80,111); }

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

background-color css

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

 a { background-color: rgb(248,80,111); }

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

border-color css

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

 span { border-color: rgb(248,80,111); }

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