Html Css Color HEX #F8387A Violet Red

📋 copy color: '#F8387A'

red 248 ◦ green 56 ◦ blue 122

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

Shades of Violet Red #F8387A

Tints of Violet Red #F8387A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.64%

R = 58.22%
G = 13.15%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F8387A (or 0xF8387A) is known color: Violet Red. HEX triplet: F8, 38 and 7A. RGB value is (248,56,122). Sum of RGB (Red+Green+Blue) = 248+56+122=426 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.22% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 248 - color contains mainly: red. Hex color #F8387A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8387A is #07C785. Grayscale: #787878. Windows color (decimal): -509830 or 8009976. OLE color: 8009976.

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

Color convert

RGB 248 56 122 -
CMYK 0 0.77 0.51 0.03
HSL 339.38º 0.93% 0.6% -
HSV(B) 339.38º 0.77% 0.97% -
XYZ 43.64 24.19 20.78 -
YUV 120.93 128.61 218.63 -
System Red Green Blue C M Y K H S L
Decimal 248 56 122 0 0.77 0.51 0.03 339.38 0.93 0.6
Hex F8 38 7A 0 4D 33 3 153 5D 3C
Octal 370 70 172 0 115 63 3 523 135 74
Binary 11111000 111000 1111010 0 1001101 110011 11 101010011 1011101 111100

Color Harmonies of #F8387A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8387A

Black with #F8387A

Text Example


Text Example

White with #F8387A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8387A; }

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

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

background-color css

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

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

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

border-color css

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

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

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