Html Css Color HEX #F85265 Wild Watermelon

📋 copy color: '#F85265'

red 248 ◦ green 82 ◦ blue 101

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

Shades of Wild Watermelon #F85265

Tints of Wild Watermelon #F85265

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.03%

 BLUE value IS 101 (39.84% from 255) = 23.43%

R = 57.54%
G = 19.03%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F85265 (or 0xF85265) is known color: Wild Watermelon. HEX triplet: F8, 52 and 65. RGB value is (248,82,101). Sum of RGB (Red+Green+Blue) = 248+82+101=431 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.54% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 248 - color contains mainly: red. Hex color #F85265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85265 is #07AD9A. Grayscale: #858585. Windows color (decimal): -503195 or 6640376. OLE color: 6640376.

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

Color convert

RGB 248 82 101 -
CMYK 0 0.67 0.59 0.03
HSL 353.13º 0.92% 0.65% -
HSV(B) 353.13º 0.67% 0.97% -
XYZ 44.08 26.93 15.19 -
YUV 133.8 109.5 209.46 -
System Red Green Blue C M Y K H S L
Decimal 248 82 101 0 0.67 0.59 0.03 353.13 0.92 0.65
Hex F8 52 65 0 43 3B 3 161 5C 41
Octal 370 122 145 0 103 73 3 541 134 101
Binary 11111000 1010010 1100101 0 1000011 111011 11 101100001 1011100 1000001

Color Harmonies of #F85265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85265

Black with #F85265

Text Example


Text Example

White with #F85265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85265; }

 p { color: rgb(248,82,101); }

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

background-color css

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

 a { background-color: rgb(248,82,101); }

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

border-color css

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

 span { border-color: rgb(248,82,101); }

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