Html Css Color HEX #F84670 Wild Watermelon

📋 copy color: '#F84670'

red 248 ◦ green 70 ◦ blue 112

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

Shades of Wild Watermelon #F84670

Tints of Wild Watermelon #F84670

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.28%

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

R = 57.67%
G = 16.28%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F84670 (or 0xF84670) is known color: Wild Watermelon. HEX triplet: F8, 46 and 70. RGB value is (248,70,112). Sum of RGB (Red+Green+Blue) = 248+70+112=430 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.67% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 248 - color contains mainly: red. Hex color #F84670 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84670 is #07B98F. Grayscale: #808080. Windows color (decimal): -506256 or 7358200. OLE color: 7358200.

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

Color convert

RGB 248 70 112 -
CMYK 0 0.72 0.55 0.03
HSL 345.84º 0.93% 0.62% -
HSV(B) 345.84º 0.72% 0.97% -
XYZ 43.83 25.51 17.94 -
YUV 128.01 118.97 213.58 -
System Red Green Blue C M Y K H S L
Decimal 248 70 112 0 0.72 0.55 0.03 345.84 0.93 0.62
Hex F8 46 70 0 48 37 3 15A 5D 3E
Octal 370 106 160 0 110 67 3 532 135 76
Binary 11111000 1000110 1110000 0 1001000 110111 11 101011010 1011101 111110

Color Harmonies of #F84670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84670

Black with #F84670

Text Example


Text Example

White with #F84670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84670; }

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

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

background-color css

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

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

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

border-color css

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

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

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