Html Css Color HEX #F83279 Violet Red

📋 copy color: '#F83279'

red 248 ◦ green 50 ◦ blue 121

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

Shades of Violet Red #F83279

Tints of Violet Red #F83279

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.93%

 BLUE value IS 121 (47.66% from 255) = 28.88%

R = 59.19%
G = 11.93%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F83279 (or 0xF83279) is known color: Violet Red. HEX triplet: F8, 32 and 79. RGB value is (248,50,121). Sum of RGB (Red+Green+Blue) = 248+50+121=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F83279 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83279 is #07CD86. Grayscale: #757575. Windows color (decimal): -511367 or 7942904. OLE color: 7942904.

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

Color convert

RGB 248 50 121 -
CMYK 0 0.80 0.51 0.03
HSL 338.48º 0.93% 0.58% -
HSV(B) 338.48º 0.8% 0.97% -
XYZ 43.3 23.62 20.37 -
YUV 117.3 130.1 221.23 -
System Red Green Blue C M Y K H S L
Decimal 248 50 121 0 0.80 0.51 0.03 338.48 0.93 0.58
Hex F8 32 79 0 50 33 3 152 5D 3A
Octal 370 62 171 0 120 63 3 522 135 72
Binary 11111000 110010 1111001 0 1010000 110011 11 101010010 1011101 111010

Color Harmonies of #F83279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83279

Black with #F83279

Text Example


Text Example

White with #F83279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83279; }

 p { color: rgb(248,50,121); }

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

background-color css

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

 a { background-color: rgb(248,50,121); }

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

border-color css

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

 span { border-color: rgb(248,50,121); }

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