Html Css Color HEX #F84570 Wild Watermelon

📋 copy color: '#F84570'

red 248 ◦ green 69 ◦ blue 112

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

Shades of Wild Watermelon #F84570

Tints of Wild Watermelon #F84570

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.08%

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

R = 57.81%
G = 16.08%
B = 26.11%

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

#F84570 (or 0xF84570) is known color: Wild Watermelon. HEX triplet: F8, 45 and 70. RGB value is (248,69,112). Sum of RGB (Red+Green+Blue) = 248+69+112=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F84570 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84570 is #07BA8F. Grayscale: #7F7F7F. Windows color (decimal): -506512 or 7357944. OLE color: 7357944.

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

Color convert

RGB 248 69 112 -
CMYK 0 0.72 0.55 0.03
HSL 345.59º 0.93% 0.62% -
HSV(B) 345.59º 0.72% 0.97% -
XYZ 43.76 25.38 17.92 -
YUV 127.42 119.3 214 -
System Red Green Blue C M Y K H S L
Decimal 248 69 112 0 0.72 0.55 0.03 345.59 0.93 0.62
Hex F8 45 70 0 48 37 3 15A 5D 3E
Octal 370 105 160 0 110 67 3 532 135 76
Binary 11111000 1000101 1110000 0 1001000 110111 11 101011010 1011101 111110

Color Harmonies of #F84570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84570

Black with #F84570

Text Example


Text Example

White with #F84570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84570; }

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

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

background-color css

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

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

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

border-color css

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

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

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