Html Css Color HEX #F84770 Wild Watermelon

📋 copy color: '#F84770'

red 248 ◦ green 71 ◦ blue 112

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

Shades of Wild Watermelon #F84770

Tints of Wild Watermelon #F84770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.47%

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

R = 57.54%
G = 16.47%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F84770 (or 0xF84770) is known color: Wild Watermelon. HEX triplet: F8, 47 and 70. RGB value is (248,71,112). Sum of RGB (Red+Green+Blue) = 248+71+112=431 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.54% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 248 - color contains mainly: red. Hex color #F84770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84770 is #07B88F. Grayscale: #808080. Windows color (decimal): -506000 or 7358456. OLE color: 7358456.

HSL color Cylindrical-coordinate representation of color #F84770: hue angle of 346.1º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F84770 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 71 112 -
CMYK 0 0.71 0.55 0.03
HSL 346.1º 0.93% 0.63% -
HSV(B) 346.1º 0.71% 0.97% -
XYZ 43.89 25.63 17.96 -
YUV 128.6 118.64 213.17 -
System Red Green Blue C M Y K H S L
Decimal 248 71 112 0 0.71 0.55 0.03 346.1 0.93 0.63
Hex F8 47 70 0 47 37 3 15A 5D 3F
Octal 370 107 160 0 107 67 3 532 135 77
Binary 11111000 1000111 1110000 0 1000111 110111 11 101011010 1011101 111111

Color Harmonies of #F84770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84770

Black with #F84770

Text Example


Text Example

White with #F84770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84770; }

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

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

background-color css

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

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

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

border-color css

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

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

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