Html Css Color HEX #F84682 Violet Red

📋 copy color: '#F84682'

red 248 ◦ green 70 ◦ blue 130

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

Shades of Violet Red #F84682

Tints of Violet Red #F84682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.02%

R = 55.36%
G = 15.63%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F84682 (or 0xF84682) is known color: Violet Red. HEX triplet: F8, 46 and 82. RGB value is (248,70,130). Sum of RGB (Red+Green+Blue) = 248+70+130=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F84682 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84682 is #07B97D. Grayscale: #828282. Windows color (decimal): -506238 or 8537848. OLE color: 8537848.

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

Color convert

RGB 248 70 130 -
CMYK 0 0.72 0.48 0.03
HSL 339.78º 0.93% 0.62% -
HSV(B) 339.78º 0.72% 0.97% -
XYZ 44.93 25.95 23.76 -
YUV 130.06 127.97 212.12 -
System Red Green Blue C M Y K H S L
Decimal 248 70 130 0 0.72 0.48 0.03 339.78 0.93 0.62
Hex F8 46 82 0 48 30 3 154 5D 3E
Octal 370 106 202 0 110 60 3 524 135 76
Binary 11111000 1000110 10000010 0 1001000 110000 11 101010100 1011101 111110

Color Harmonies of #F84682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84682

Black with #F84682

Text Example


Text Example

White with #F84682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84682; }

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

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

background-color css

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

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

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

border-color css

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

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

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