Html Css Color HEX #F8388C Violet Red

📋 copy color: '#F8388C'

red 248 ◦ green 56 ◦ blue 140

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

Shades of Violet Red #F8388C

Tints of Violet Red #F8388C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.61%

 BLUE value IS 140 (55.08% from 255) = 31.53%

R = 55.86%
G = 12.61%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8388C (or 0xF8388C) is known color: Violet Red. HEX triplet: F8, 38 and 8C. RGB value is (248,56,140). Sum of RGB (Red+Green+Blue) = 248+56+140=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 56 (22.27% from 255 or 12.61% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F8388C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8388C is #07C773. Grayscale: #7A7A7A. Windows color (decimal): -509812 or 9189624. OLE color: 9189624.

HSL color Cylindrical-coordinate representation of color #F8388C: hue angle of 333.75º 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 #F8388C is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 56 140 -
CMYK 0 0.77 0.44 0.03
HSL 333.75º 0.93% 0.6% -
HSV(B) 333.75º 0.77% 0.97% -
XYZ 44.86 24.68 27.21 -
YUV 122.98 137.61 217.17 -
System Red Green Blue C M Y K H S L
Decimal 248 56 140 0 0.77 0.44 0.03 333.75 0.93 0.6
Hex F8 38 8C 0 4D 2C 3 14E 5D 3C
Octal 370 70 214 0 115 54 3 516 135 74
Binary 11111000 111000 10001100 0 1001101 101100 11 101001110 1011101 111100

Color Harmonies of #F8388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8388C

Black with #F8388C

Text Example


Text Example

White with #F8388C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8388C; }

 p { color: rgb(248,56,140); }

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

background-color css

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

 a { background-color: rgb(248,56,140); }

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

border-color css

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

 span { border-color: rgb(248,56,140); }

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