Html Css Color HEX #F84D70 Wild Watermelon

📋 copy color: '#F84D70'

red 248 ◦ green 77 ◦ blue 112

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

Shades of Wild Watermelon #F84D70

Tints of Wild Watermelon #F84D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.63%

R = 56.75%
G = 17.62%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F84D70 (or 0xF84D70) is known color: Wild Watermelon. HEX triplet: F8, 4D and 70. RGB value is (248,77,112). Sum of RGB (Red+Green+Blue) = 248+77+112=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F84D70 is #07B28F. Grayscale: #848484. Windows color (decimal): -504464 or 7359992. OLE color: 7359992.

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

Color convert

RGB 248 77 112 -
CMYK 0 0.69 0.55 0.03
HSL 347.72º 0.92% 0.64% -
HSV(B) 347.72º 0.69% 0.97% -
XYZ 44.29 26.43 18.1 -
YUV 132.12 116.65 210.65 -
System Red Green Blue C M Y K H S L
Decimal 248 77 112 0 0.69 0.55 0.03 347.72 0.92 0.64
Hex F8 4D 70 0 45 37 3 15C 5C 40
Octal 370 115 160 0 105 67 3 534 134 100
Binary 11111000 1001101 1110000 0 1000101 110111 11 101011100 1011100 1000000

Color Harmonies of #F84D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84D70

Black with #F84D70

Text Example


Text Example

White with #F84D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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