Html Css Color HEX #F83478 Violet Red

📋 copy color: '#F83478'

red 248 ◦ green 52 ◦ blue 120

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

Shades of Violet Red #F83478

Tints of Violet Red #F83478

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.38%

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

R = 59.05%
G = 12.38%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F83478 (or 0xF83478) is known color: Violet Red. HEX triplet: F8, 34 and 78. RGB value is (248,52,120). Sum of RGB (Red+Green+Blue) = 248+52+120=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F83478 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83478 is #07CB87. Grayscale: #767676. Windows color (decimal): -510856 or 7877880. OLE color: 7877880.

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

Color convert

RGB 248 52 120 -
CMYK 0 0.79 0.52 0.03
HSL 339.18º 0.93% 0.59% -
HSV(B) 339.18º 0.79% 0.97% -
XYZ 43.33 23.77 20.07 -
YUV 118.36 128.93 220.47 -
System Red Green Blue C M Y K H S L
Decimal 248 52 120 0 0.79 0.52 0.03 339.18 0.93 0.59
Hex F8 34 78 0 4F 34 3 153 5D 3B
Octal 370 64 170 0 117 64 3 523 135 73
Binary 11111000 110100 1111000 0 1001111 110100 11 101010011 1011101 111011

Color Harmonies of #F83478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83478

Black with #F83478

Text Example


Text Example

White with #F83478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83478; }

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

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

background-color css

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

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

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

border-color css

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

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

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