Html Css Color HEX #F85273 Wild Watermelon

📋 copy color: '#F85273'

red 248 ◦ green 82 ◦ blue 115

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

Shades of Wild Watermelon #F85273

Tints of Wild Watermelon #F85273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.84%

R = 55.73%
G = 18.43%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F85273 (or 0xF85273) is known color: Wild Watermelon. HEX triplet: F8, 52 and 73. RGB value is (248,82,115). Sum of RGB (Red+Green+Blue) = 248+82+115=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F85273 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85273 is #07AD8C. Grayscale: #878787. Windows color (decimal): -503181 or 7557880. OLE color: 7557880.

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

Color convert

RGB 248 82 115 -
CMYK 0 0.67 0.54 0.03
HSL 348.07º 0.92% 0.65% -
HSV(B) 348.07º 0.67% 0.97% -
XYZ 44.82 27.23 19.11 -
YUV 135.4 116.5 208.32 -
System Red Green Blue C M Y K H S L
Decimal 248 82 115 0 0.67 0.54 0.03 348.07 0.92 0.65
Hex F8 52 73 0 43 36 3 15C 5C 41
Octal 370 122 163 0 103 66 3 534 134 101
Binary 11111000 1010010 1110011 0 1000011 110110 11 101011100 1011100 1000001

Color Harmonies of #F85273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85273

Black with #F85273

Text Example


Text Example

White with #F85273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85273; }

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

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

background-color css

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

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

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

border-color css

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

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

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