Html Css Color HEX #F8506C Wild Watermelon

📋 copy color: '#F8506C'

red 248 ◦ green 80 ◦ blue 108

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

Shades of Wild Watermelon #F8506C

Tints of Wild Watermelon #F8506C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.77%

R = 56.88%
G = 18.35%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F8506C (or 0xF8506C) is known color: Wild Watermelon. HEX triplet: F8, 50 and 6C. RGB value is (248,80,108). Sum of RGB (Red+Green+Blue) = 248+80+108=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F8506C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8506C is #07AF93. Grayscale: #858585. Windows color (decimal): -503700 or 7098616. OLE color: 7098616.

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

Color convert

RGB 248 80 108 -
CMYK 0 0.68 0.56 0.03
HSL 350º 0.92% 0.64% -
HSV(B) 350º 0.68% 0.97% -
XYZ 44.29 26.78 17.02 -
YUV 133.42 113.66 209.72 -
System Red Green Blue C M Y K H S L
Decimal 248 80 108 0 0.68 0.56 0.03 350 0.92 0.64
Hex F8 50 6C 0 44 38 3 15E 5C 40
Octal 370 120 154 0 104 70 3 536 134 100
Binary 11111000 1010000 1101100 0 1000100 111000 11 101011110 1011100 1000000

Color Harmonies of #F8506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8506C

Black with #F8506C

Text Example


Text Example

White with #F8506C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8506C; }

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

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

background-color css

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

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

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

border-color css

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

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

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