Html Css Color HEX #F8397D Violet Red

📋 copy color: '#F8397D'

red 248 ◦ green 57 ◦ blue 125

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

Shades of Violet Red #F8397D

Tints of Violet Red #F8397D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.07%

R = 57.67%
G = 13.26%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F8397D (or 0xF8397D) is known color: Violet Red. HEX triplet: F8, 39 and 7D. RGB value is (248,57,125). Sum of RGB (Red+Green+Blue) = 248+57+125=430 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.67% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 248 - color contains mainly: red. Hex color #F8397D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8397D is #07C682. Grayscale: #797979. Windows color (decimal): -509571 or 8206840. OLE color: 8206840.

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

Color convert

RGB 248 57 125 -
CMYK 0 0.77 0.50 0.03
HSL 338.64º 0.93% 0.6% -
HSV(B) 338.64º 0.77% 0.97% -
XYZ 43.88 24.36 21.79 -
YUV 121.86 129.78 217.97 -
System Red Green Blue C M Y K H S L
Decimal 248 57 125 0 0.77 0.50 0.03 338.64 0.93 0.6
Hex F8 39 7D 0 4D 32 3 153 5D 3C
Octal 370 71 175 0 115 62 3 523 135 74
Binary 11111000 111001 1111101 0 1001101 110010 11 101010011 1011101 111100

Color Harmonies of #F8397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8397D

Black with #F8397D

Text Example


Text Example

White with #F8397D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8397D; }

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

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

background-color css

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

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

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

border-color css

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

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

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