Html Css Color HEX #F84E72 Wild Watermelon

📋 copy color: '#F84E72'

red 248 ◦ green 78 ◦ blue 114

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

Shades of Wild Watermelon #F84E72

Tints of Wild Watermelon #F84E72

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.73%

 BLUE value IS 114 (44.92% from 255) = 25.91%

R = 56.36%
G = 17.73%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F84E72 (or 0xF84E72) is known color: Wild Watermelon. HEX triplet: F8, 4E and 72. RGB value is (248,78,114). Sum of RGB (Red+Green+Blue) = 248+78+114=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F84E72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F84E72 is #07B18D. Grayscale: #848484. Windows color (decimal): -504206 or 7491320. OLE color: 7491320.

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

Color convert

RGB 248 78 114 -
CMYK 0 0.69 0.54 0.03
HSL 347.29º 0.92% 0.64% -
HSV(B) 347.29º 0.69% 0.97% -
XYZ 44.47 26.62 18.71 -
YUV 132.93 117.32 210.07 -
System Red Green Blue C M Y K H S L
Decimal 248 78 114 0 0.69 0.54 0.03 347.29 0.92 0.64
Hex F8 4E 72 0 45 36 3 15B 5C 40
Octal 370 116 162 0 105 66 3 533 134 100
Binary 11111000 1001110 1110010 0 1000101 110110 11 101011011 1011100 1000000

Color Harmonies of #F84E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84E72

Black with #F84E72

Text Example


Text Example

White with #F84E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84E72; }

 p { color: rgb(248,78,114); }

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

background-color css

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

 a { background-color: rgb(248,78,114); }

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

border-color css

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

 span { border-color: rgb(248,78,114); }

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