Html Css Color HEX #F84D72 Wild Watermelon

📋 copy color: '#F84D72'

red 248 ◦ green 77 ◦ blue 114

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

Shades of Wild Watermelon #F84D72

Tints of Wild Watermelon #F84D72

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.54%

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

R = 56.49%
G = 17.54%
B = 25.97%

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

#F84D72 (or 0xF84D72) is known color: Wild Watermelon. HEX triplet: F8, 4D and 72. RGB value is (248,77,114). Sum of RGB (Red+Green+Blue) = 248+77+114=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F84D72 is #07B28D. Grayscale: #848484. Windows color (decimal): -504462 or 7491064. OLE color: 7491064.

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

Color convert

RGB 248 77 114 -
CMYK 0 0.69 0.54 0.03
HSL 347.02º 0.92% 0.64% -
HSV(B) 347.02º 0.69% 0.97% -
XYZ 44.4 26.48 18.69 -
YUV 132.35 117.65 210.49 -
System Red Green Blue C M Y K H S L
Decimal 248 77 114 0 0.69 0.54 0.03 347.02 0.92 0.64
Hex F8 4D 72 0 45 36 3 15B 5C 40
Octal 370 115 162 0 105 66 3 533 134 100
Binary 11111000 1001101 1110010 0 1000101 110110 11 101011011 1011100 1000000

Color Harmonies of #F84D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84D72

Black with #F84D72

Text Example


Text Example

White with #F84D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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