Html Css Color HEX #F83977 Violet Red

📋 copy color: '#F83977'

red 248 ◦ green 57 ◦ blue 119

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

Shades of Violet Red #F83977

Tints of Violet Red #F83977

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.44%

 BLUE value IS 119 (46.88% from 255) = 28.07%

R = 58.49%
G = 13.44%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F83977 (or 0xF83977) is known color: Violet Red. HEX triplet: F8, 39 and 77. RGB value is (248,57,119). Sum of RGB (Red+Green+Blue) = 248+57+119=424 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.49% from 424); Green value is 57 (22.66% from 255 or 13.44% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 248 - color contains mainly: red. Hex color #F83977 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83977 is #07C688. Grayscale: #797979. Windows color (decimal): -509577 or 7813624. OLE color: 7813624.

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

Color convert

RGB 248 57 119 -
CMYK 0 0.77 0.52 0.03
HSL 340.52º 0.93% 0.6% -
HSV(B) 340.52º 0.77% 0.97% -
XYZ 43.5 24.21 19.83 -
YUV 121.18 126.78 218.46 -
System Red Green Blue C M Y K H S L
Decimal 248 57 119 0 0.77 0.52 0.03 340.52 0.93 0.6
Hex F8 39 77 0 4D 34 3 155 5D 3C
Octal 370 71 167 0 115 64 3 525 135 74
Binary 11111000 111001 1110111 0 1001101 110100 11 101010101 1011101 111100

Color Harmonies of #F83977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83977

Black with #F83977

Text Example


Text Example

White with #F83977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83977; }

 p { color: rgb(248,57,119); }

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

background-color css

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

 a { background-color: rgb(248,57,119); }

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

border-color css

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

 span { border-color: rgb(248,57,119); }

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