Html Css Color HEX #F8378A Violet Red

📋 copy color: '#F8378A'

red 248 ◦ green 55 ◦ blue 138

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

Shades of Violet Red #F8378A

Tints of Violet Red #F8378A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.47%

 BLUE value IS 138 (54.3% from 255) = 31.29%

R = 56.24%
G = 12.47%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8378A (or 0xF8378A) is known color: Violet Red. HEX triplet: F8, 37 and 8A. RGB value is (248,55,138). Sum of RGB (Red+Green+Blue) = 248+55+138=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 55 (21.88% from 255 or 12.47% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F8378A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8378A is #07C875. Grayscale: #7A7A7A. Windows color (decimal): -510070 or 9058296. OLE color: 9058296.

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

Color convert

RGB 248 55 138 -
CMYK 0 0.78 0.44 0.03
HSL 334.2º 0.93% 0.59% -
HSV(B) 334.2º 0.78% 0.97% -
XYZ 44.67 24.52 26.42 -
YUV 122.17 136.94 217.75 -
System Red Green Blue C M Y K H S L
Decimal 248 55 138 0 0.78 0.44 0.03 334.2 0.93 0.59
Hex F8 37 8A 0 4E 2C 3 14E 5D 3B
Octal 370 67 212 0 116 54 3 516 135 73
Binary 11111000 110111 10001010 0 1001110 101100 11 101001110 1011101 111011

Color Harmonies of #F8378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8378A

Black with #F8378A

Text Example


Text Example

White with #F8378A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8378A; }

 p { color: rgb(248,55,138); }

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

background-color css

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

 a { background-color: rgb(248,55,138); }

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

border-color css

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

 span { border-color: rgb(248,55,138); }

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