Html Css Color HEX #F3397D Violet Red

📋 copy color: '#F3397D'

red 243 ◦ green 57 ◦ blue 125

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

Shades of Violet Red #F3397D

Tints of Violet Red #F3397D

RGB

 RED value IS 243 (95.31% from 255) = 57.18%

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

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

R = 57.18%
G = 13.41%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F3397D (or 0xF3397D) is known color: Violet Red. HEX triplet: F3, 39 and 7D. RGB value is (243,57,125). Sum of RGB (Red+Green+Blue) = 243+57+125=425 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.18% from 425); Green value is 57 (22.66% from 255 or 13.41% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 243 - color contains mainly: red. Hex color #F3397D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3397D is #0CC682. Grayscale: #787878. Windows color (decimal): -837251 or 8206835. OLE color: 8206835.

HSL color Cylindrical-coordinate representation of color #F3397D: hue angle of 338.06º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F3397D is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 57 125 -
CMYK 0 0.77 0.49 0.05
HSL 338.06º 0.89% 0.59% -
HSV(B) 338.06º 0.77% 0.95% -
XYZ 42.13 23.46 21.71 -
YUV 120.37 130.62 215.47 -
System Red Green Blue C M Y K H S L
Decimal 243 57 125 0 0.77 0.49 0.05 338.06 0.89 0.59
Hex F3 39 7D 0 4D 31 5 152 59 3B
Octal 363 71 175 0 115 61 5 522 131 73
Binary 11110011 111001 1111101 0 1001101 110001 101 101010010 1011001 111011

Color Harmonies of #F3397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3397D

Black with #F3397D

Text Example


Text Example

White with #F3397D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3397D; }

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

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

background-color css

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

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

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

border-color css

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

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

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