Html Css Color HEX #F85374 Wild Watermelon

📋 copy color: '#F85374'

red 248 ◦ green 83 ◦ blue 116

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

Shades of Wild Watermelon #F85374

Tints of Wild Watermelon #F85374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.95%

R = 55.48%
G = 18.57%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F85374 (or 0xF85374) is known color: Wild Watermelon. HEX triplet: F8, 53 and 74. RGB value is (248,83,116). Sum of RGB (Red+Green+Blue) = 248+83+116=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F85374 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85374 is #07AC8B. Grayscale: #888888. Windows color (decimal): -502924 or 7623672. OLE color: 7623672.

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

Color convert

RGB 248 83 116 -
CMYK 0 0.67 0.53 0.03
HSL 348º 0.92% 0.65% -
HSV(B) 348º 0.67% 0.97% -
XYZ 44.96 27.4 19.44 -
YUV 136.1 116.66 207.82 -
System Red Green Blue C M Y K H S L
Decimal 248 83 116 0 0.67 0.53 0.03 348 0.92 0.65
Hex F8 53 74 0 43 35 3 15C 5C 41
Octal 370 123 164 0 103 65 3 534 134 101
Binary 11111000 1010011 1110100 0 1000011 110101 11 101011100 1011100 1000001

Color Harmonies of #F85374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85374

Black with #F85374

Text Example


Text Example

White with #F85374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85374; }

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

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

background-color css

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

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

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

border-color css

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

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

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