Html Css Color HEX #F7397B Violet Red

📋 copy color: '#F7397B'

red 247 ◦ green 57 ◦ blue 123

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

Shades of Violet Red #F7397B

Tints of Violet Red #F7397B

RGB

 RED value IS 247 (96.88% from 255) = 57.85%

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

 BLUE value IS 123 (48.44% from 255) = 28.81%

R = 57.85%
G = 13.35%
B = 28.81%

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

#F7397B (or 0xF7397B) is known color: Violet Red. HEX triplet: F7, 39 and 7B. RGB value is (247,57,123). Sum of RGB (Red+Green+Blue) = 247+57+123=427 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.85% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 247 - color contains mainly: red. Hex color #F7397B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7397B is #08C684. Grayscale: #797979. Windows color (decimal): -575109 or 8075767. OLE color: 8075767.

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

Color convert

RGB 247 57 123 -
CMYK 0 0.77 0.50 0.03
HSL 339.16º 0.92% 0.6% -
HSV(B) 339.16º 0.77% 0.97% -
XYZ 43.4 24.13 21.11 -
YUV 121.33 128.95 217.63 -
System Red Green Blue C M Y K H S L
Decimal 247 57 123 0 0.77 0.50 0.03 339.16 0.92 0.6
Hex F7 39 7B 0 4D 32 3 153 5C 3C
Octal 367 71 173 0 115 62 3 523 134 74
Binary 11110111 111001 1111011 0 1001101 110010 11 101010011 1011100 111100

Color Harmonies of #F7397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7397B

Black with #F7397B

Text Example


Text Example

White with #F7397B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7397B; }

 p { color: rgb(247,57,123); }

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

background-color css

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

 a { background-color: rgb(247,57,123); }

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

border-color css

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

 span { border-color: rgb(247,57,123); }

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