Html Css Color HEX #F84F70 Wild Watermelon

📋 copy color: '#F84F70'

red 248 ◦ green 79 ◦ blue 112

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

Shades of Wild Watermelon #F84F70

Tints of Wild Watermelon #F84F70

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18%

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

R = 56.49%
G = 18%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F84F70 (or 0xF84F70) is known color: Wild Watermelon. HEX triplet: F8, 4F and 70. RGB value is (248,79,112). Sum of RGB (Red+Green+Blue) = 248+79+112=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F84F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F84F70 is #07B08F. Grayscale: #858585. Windows color (decimal): -503952 or 7360504. OLE color: 7360504.

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

Color convert

RGB 248 79 112 -
CMYK 0 0.68 0.55 0.03
HSL 348.28º 0.92% 0.64% -
HSV(B) 348.28º 0.68% 0.97% -
XYZ 44.43 26.72 18.14 -
YUV 133.29 115.99 209.82 -
System Red Green Blue C M Y K H S L
Decimal 248 79 112 0 0.68 0.55 0.03 348.28 0.92 0.64
Hex F8 4F 70 0 44 37 3 15C 5C 40
Octal 370 117 160 0 104 67 3 534 134 100
Binary 11111000 1001111 1110000 0 1000100 110111 11 101011100 1011100 1000000

Color Harmonies of #F84F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84F70

Black with #F84F70

Text Example


Text Example

White with #F84F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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