Html Css Color HEX #F84676 Violet Red

📋 copy color: '#F84676'

red 248 ◦ green 70 ◦ blue 118

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

Shades of Violet Red #F84676

Tints of Violet Red #F84676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.06%

R = 56.88%
G = 16.06%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F84676 (or 0xF84676) is known color: Violet Red. HEX triplet: F8, 46 and 76. RGB value is (248,70,118). Sum of RGB (Red+Green+Blue) = 248+70+118=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F84676 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84676 is #07B989. Grayscale: #808080. Windows color (decimal): -506250 or 7751416. OLE color: 7751416.

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

Color convert

RGB 248 70 118 -
CMYK 0 0.72 0.52 0.03
HSL 343.82º 0.93% 0.62% -
HSV(B) 343.82º 0.72% 0.97% -
XYZ 44.17 25.64 19.76 -
YUV 128.69 121.97 213.1 -
System Red Green Blue C M Y K H S L
Decimal 248 70 118 0 0.72 0.52 0.03 343.82 0.93 0.62
Hex F8 46 76 0 48 34 3 158 5D 3E
Octal 370 106 166 0 110 64 3 530 135 76
Binary 11111000 1000110 1110110 0 1001000 110100 11 101011000 1011101 111110

Color Harmonies of #F84676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84676

Black with #F84676

Text Example


Text Example

White with #F84676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84676; }

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

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

background-color css

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

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

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

border-color css

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

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

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