Html Css Color HEX #F8397F Violet Red

📋 copy color: '#F8397F'

red 248 ◦ green 57 ◦ blue 127

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

Shades of Violet Red #F8397F

Tints of Violet Red #F8397F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.4%

R = 57.41%
G = 13.19%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F8397F (or 0xF8397F) is known color: Violet Red. HEX triplet: F8, 39 and 7F. RGB value is (248,57,127). Sum of RGB (Red+Green+Blue) = 248+57+127=432 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.41% from 432); Green value is 57 (22.66% from 255 or 13.19% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 248 - color contains mainly: red. Hex color #F8397F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8397F is #07C680. Grayscale: #797979. Windows color (decimal): -509569 or 8337912. OLE color: 8337912.

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

Color convert

RGB 248 57 127 -
CMYK 0 0.77 0.49 0.03
HSL 338.01º 0.93% 0.6% -
HSV(B) 338.01º 0.77% 0.97% -
XYZ 44.01 24.42 22.47 -
YUV 122.09 130.78 217.81 -
System Red Green Blue C M Y K H S L
Decimal 248 57 127 0 0.77 0.49 0.03 338.01 0.93 0.6
Hex F8 39 7F 0 4D 31 3 152 5D 3C
Octal 370 71 177 0 115 61 3 522 135 74
Binary 11111000 111001 1111111 0 1001101 110001 11 101010010 1011101 111100

Color Harmonies of #F8397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8397F

Black with #F8397F

Text Example


Text Example

White with #F8397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8397F; }

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

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

background-color css

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

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

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

border-color css

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

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

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