Html Css Color HEX #FA367C Violet Red

📋 copy color: '#FA367C'

red 250 ◦ green 54 ◦ blue 124

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

Shades of Violet Red #FA367C

Tints of Violet Red #FA367C

RGB

 RED value IS 250 (98.05% from 255) = 58.41%

 GREEN value IS 54 (21.48% from 255) = 12.62%

 BLUE value IS 124 (48.83% from 255) = 28.97%

R = 58.41%
G = 12.62%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA367C (or 0xFA367C) is known color: Violet Red. HEX triplet: FA, 36 and 7C. RGB value is (250,54,124). Sum of RGB (Red+Green+Blue) = 250+54+124=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 54 (21.48% from 255 or 12.62% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA367C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA367C is #05C983. Grayscale: #787878. Windows color (decimal): -379268 or 8140538. OLE color: 8140538.

HSL color Cylindrical-coordinate representation of color #FA367C: hue angle of 338.57º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA367C is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 54 124 -
CMYK 0 0.78 0.50 0.02
HSL 338.57º 0.95% 0.6% -
HSV(B) 338.57º 0.78% 0.98% -
XYZ 44.38 24.42 21.44 -
YUV 120.58 129.93 220.31 -
System Red Green Blue C M Y K H S L
Decimal 250 54 124 0 0.78 0.50 0.02 338.57 0.95 0.6
Hex FA 36 7C 0 4E 32 2 153 5F 3C
Octal 372 66 174 0 116 62 2 523 137 74
Binary 11111010 110110 1111100 0 1001110 110010 10 101010011 1011111 111100

Color Harmonies of #FA367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA367C

Black with #FA367C

Text Example


Text Example

White with #FA367C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA367C; }

 p { color: rgb(250,54,124); }

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

background-color css

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

 a { background-color: rgb(250,54,124); }

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

border-color css

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

 span { border-color: rgb(250,54,124); }

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