Html Css Color HEX #FC397F Violet Red

📋 copy color: '#FC397F'

red 252 ◦ green 57 ◦ blue 127

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

Shades of Violet Red #FC397F

Tints of Violet Red #FC397F

RGB

 RED value IS 252 (98.83% from 255) = 57.8%

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

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

R = 57.8%
G = 13.07%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC397F (or 0xFC397F) is known color: Violet Red. HEX triplet: FC, 39 and 7F. RGB value is (252,57,127). Sum of RGB (Red+Green+Blue) = 252+57+127=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 57 (22.66% from 255 or 13.07% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC397F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC397F is #03C680. Grayscale: #7B7B7B. Windows color (decimal): -247425 or 8337916. OLE color: 8337916.

HSL color Cylindrical-coordinate representation of color #FC397F: hue angle of 338.46º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC397F is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 57 127 -
CMYK 0 0.77 0.50 0.01
HSL 338.46º 0.97% 0.61% -
HSV(B) 338.46º 0.77% 0.99% -
XYZ 45.44 25.15 22.54 -
YUV 123.29 130.1 219.81 -
System Red Green Blue C M Y K H S L
Decimal 252 57 127 0 0.77 0.50 0.01 338.46 0.97 0.61
Hex FC 39 7F 0 4D 32 1 152 61 3D
Octal 374 71 177 0 115 62 1 522 141 75
Binary 11111100 111001 1111111 0 1001101 110010 1 101010010 1100001 111101

Color Harmonies of #FC397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC397F

Black with #FC397F

Text Example


Text Example

White with #FC397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC397F; }

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

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

background-color css

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

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

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

border-color css

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

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

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