Html Css Color HEX #F84671 Wild Watermelon

📋 copy color: '#F84671'

red 248 ◦ green 70 ◦ blue 113

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

Shades of Wild Watermelon #F84671

Tints of Wild Watermelon #F84671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.22%

R = 57.54%
G = 16.24%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F84671 (or 0xF84671) is known color: Wild Watermelon. HEX triplet: F8, 46 and 71. RGB value is (248,70,113). Sum of RGB (Red+Green+Blue) = 248+70+113=431 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.54% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 248 - color contains mainly: red. Hex color #F84671 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84671 is #07B98E. Grayscale: #808080. Windows color (decimal): -506255 or 7423736. OLE color: 7423736.

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

Color convert

RGB 248 70 113 -
CMYK 0 0.72 0.54 0.03
HSL 345.51º 0.93% 0.62% -
HSV(B) 345.51º 0.72% 0.97% -
XYZ 43.88 25.53 18.24 -
YUV 128.12 119.47 213.5 -
System Red Green Blue C M Y K H S L
Decimal 248 70 113 0 0.72 0.54 0.03 345.51 0.93 0.62
Hex F8 46 71 0 48 36 3 15A 5D 3E
Octal 370 106 161 0 110 66 3 532 135 76
Binary 11111000 1000110 1110001 0 1001000 110110 11 101011010 1011101 111110

Color Harmonies of #F84671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84671

Black with #F84671

Text Example


Text Example

White with #F84671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84671; }

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

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

background-color css

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

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

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

border-color css

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

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

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