Html Css Color HEX #F8506B Wild Watermelon

📋 copy color: '#F8506B'

red 248 ◦ green 80 ◦ blue 107

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

Shades of Wild Watermelon #F8506B

Tints of Wild Watermelon #F8506B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.6%

R = 57.01%
G = 18.39%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F8506B (or 0xF8506B) is known color: Wild Watermelon. HEX triplet: F8, 50 and 6B. RGB value is (248,80,107). Sum of RGB (Red+Green+Blue) = 248+80+107=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F8506B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8506B is #07AF94. Grayscale: #858585. Windows color (decimal): -503701 or 7033080. OLE color: 7033080.

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

Color convert

RGB 248 80 107 -
CMYK 0 0.68 0.57 0.03
HSL 350.36º 0.92% 0.64% -
HSV(B) 350.36º 0.68% 0.97% -
XYZ 44.23 26.76 16.74 -
YUV 133.31 113.16 209.8 -
System Red Green Blue C M Y K H S L
Decimal 248 80 107 0 0.68 0.57 0.03 350.36 0.92 0.64
Hex F8 50 6B 0 44 39 3 15E 5C 40
Octal 370 120 153 0 104 71 3 536 134 100
Binary 11111000 1010000 1101011 0 1000100 111001 11 101011110 1011100 1000000

Color Harmonies of #F8506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8506B

Black with #F8506B

Text Example


Text Example

White with #F8506B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8506B; }

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

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

background-color css

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

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

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

border-color css

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

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

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