Html Css Color HEX #F8535B Wild Watermelon

📋 copy color: '#F8535B'

red 248 ◦ green 83 ◦ blue 91

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

Shades of Wild Watermelon #F8535B

Tints of Wild Watermelon #F8535B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.67%

 BLUE value IS 91 (35.94% from 255) = 21.56%

R = 58.77%
G = 19.67%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F8535B (or 0xF8535B) is known color: Wild Watermelon. HEX triplet: F8, 53 and 5B. RGB value is (248,83,91). Sum of RGB (Red+Green+Blue) = 248+83+91=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F8535B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8535B is #07ACA4. Grayscale: #858585. Windows color (decimal): -502949 or 5985272. OLE color: 5985272.

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

Color convert

RGB 248 83 91 -
CMYK 0 0.67 0.63 0.03
HSL 357.09º 0.92% 0.65% -
HSV(B) 357.09º 0.67% 0.97% -
XYZ 43.69 26.9 12.79 -
YUV 133.25 104.16 209.85 -
System Red Green Blue C M Y K H S L
Decimal 248 83 91 0 0.67 0.63 0.03 357.09 0.92 0.65
Hex F8 53 5B 0 43 3F 3 165 5C 41
Octal 370 123 133 0 103 77 3 545 134 101
Binary 11111000 1010011 1011011 0 1000011 111111 11 101100101 1011100 1000001

Color Harmonies of #F8535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8535B

Black with #F8535B

Text Example


Text Example

White with #F8535B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8535B; }

 p { color: rgb(248,83,91); }

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

background-color css

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

 a { background-color: rgb(248,83,91); }

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

border-color css

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

 span { border-color: rgb(248,83,91); }

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