Html Css Color HEX #F83078 Violet Red

📋 copy color: '#F83078'

red 248 ◦ green 48 ◦ blue 120

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

Shades of Violet Red #F83078

Tints of Violet Red #F83078

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.54%

 BLUE value IS 120 (47.27% from 255) = 28.85%

R = 59.62%
G = 11.54%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F83078 (or 0xF83078) is known color: Violet Red. HEX triplet: F8, 30 and 78. RGB value is (248,48,120). Sum of RGB (Red+Green+Blue) = 248+48+120=416 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.62% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 248 - color contains mainly: red. Hex color #F83078 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83078 is #07CF87. Grayscale: #737373. Windows color (decimal): -511880 or 7876856. OLE color: 7876856.

HSL color Cylindrical-coordinate representation of color #F83078: hue angle of 338.4º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F83078 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 48 120 -
CMYK 0 0.81 0.52 0.03
HSL 338.4º 0.93% 0.58% -
HSV(B) 338.4º 0.81% 0.97% -
XYZ 43.16 23.43 20.02 -
YUV 116.01 130.26 222.15 -
System Red Green Blue C M Y K H S L
Decimal 248 48 120 0 0.81 0.52 0.03 338.4 0.93 0.58
Hex F8 30 78 0 51 34 3 152 5D 3A
Octal 370 60 170 0 121 64 3 522 135 72
Binary 11111000 110000 1111000 0 1010001 110100 11 101010010 1011101 111010

Color Harmonies of #F83078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83078

Black with #F83078

Text Example


Text Example

White with #F83078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83078; }

 p { color: rgb(248,48,120); }

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

background-color css

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

 a { background-color: rgb(248,48,120); }

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

border-color css

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

 span { border-color: rgb(248,48,120); }

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