Html Css Color HEX #F85E67 Wild Watermelon

📋 copy color: '#F85E67'

red 248 ◦ green 94 ◦ blue 103

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

Shades of Wild Watermelon #F85E67

Tints of Wild Watermelon #F85E67

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.12%

 BLUE value IS 103 (40.63% from 255) = 23.15%

R = 55.73%
G = 21.12%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F85E67 (or 0xF85E67) is known color: Wild Watermelon. HEX triplet: F8, 5E and 67. RGB value is (248,94,103). Sum of RGB (Red+Green+Blue) = 248+94+103=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 103 (40.62% from 255 or 23.15% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85E67 is #07A198. Grayscale: #8D8D8D. Windows color (decimal): -500121 or 6774520. OLE color: 6774520.

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

Color convert

RGB 248 94 103 -
CMYK 0 0.62 0.58 0.03
HSL 356.49º 0.92% 0.67% -
HSV(B) 356.49º 0.62% 0.97% -
XYZ 45.16 28.94 16.04 -
YUV 141.07 106.52 204.27 -
System Red Green Blue C M Y K H S L
Decimal 248 94 103 0 0.62 0.58 0.03 356.49 0.92 0.67
Hex F8 5E 67 0 3E 3A 3 164 5C 43
Octal 370 136 147 0 76 72 3 544 134 103
Binary 11111000 1011110 1100111 0 111110 111010 11 101100100 1011100 1000011

Color Harmonies of #F85E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85E67

Black with #F85E67

Text Example


Text Example

White with #F85E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85E67; }

 p { color: rgb(248,94,103); }

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

background-color css

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

 a { background-color: rgb(248,94,103); }

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

border-color css

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

 span { border-color: rgb(248,94,103); }

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