Html Css Color HEX #F85367 Wild Watermelon

📋 copy color: '#F85367'

red 248 ◦ green 83 ◦ blue 103

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

Shades of Wild Watermelon #F85367

Tints of Wild Watermelon #F85367

RGB

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

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

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

R = 57.14%
G = 19.12%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F85367 (or 0xF85367) is known color: Wild Watermelon. HEX triplet: F8, 53 and 67. RGB value is (248,83,103). Sum of RGB (Red+Green+Blue) = 248+83+103=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F85367 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85367 is #07AC98. Grayscale: #868686. Windows color (decimal): -502937 or 6771704. OLE color: 6771704.

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

Color convert

RGB 248 83 103 -
CMYK 0 0.67 0.58 0.03
HSL 352.73º 0.92% 0.65% -
HSV(B) 352.73º 0.67% 0.97% -
XYZ 44.25 27.12 15.73 -
YUV 134.62 110.16 208.87 -
System Red Green Blue C M Y K H S L
Decimal 248 83 103 0 0.67 0.58 0.03 352.73 0.92 0.65
Hex F8 53 67 0 43 3A 3 161 5C 41
Octal 370 123 147 0 103 72 3 541 134 101
Binary 11111000 1010011 1100111 0 1000011 111010 11 101100001 1011100 1000001

Color Harmonies of #F85367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85367

Black with #F85367

Text Example


Text Example

White with #F85367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85367; }

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

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

background-color css

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

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

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

border-color css

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

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

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