Html Css Color HEX #FA4378 Violet Red

📋 copy color: '#FA4378'

red 250 ◦ green 67 ◦ blue 120

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

Shades of Violet Red #FA4378

Tints of Violet Red #FA4378

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.33%

 BLUE value IS 120 (47.27% from 255) = 27.46%

R = 57.21%
G = 15.33%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA4378 (or 0xFA4378) is known color: Violet Red. HEX triplet: FA, 43 and 78. RGB value is (250,67,120). Sum of RGB (Red+Green+Blue) = 250+67+120=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 67 (26.56% from 255 or 15.33% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4378 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4378 is #05BC87. Grayscale: #7F7F7F. Windows color (decimal): -375944 or 7881722. OLE color: 7881722.

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

Color convert

RGB 250 67 120 -
CMYK 0 0.73 0.52 0.02
HSL 342.62º 0.95% 0.62% -
HSV(B) 342.62º 0.73% 0.98% -
XYZ 44.82 25.69 20.37 -
YUV 127.76 123.63 215.19 -
System Red Green Blue C M Y K H S L
Decimal 250 67 120 0 0.73 0.52 0.02 342.62 0.95 0.62
Hex FA 43 78 0 49 34 2 157 5F 3E
Octal 372 103 170 0 111 64 2 527 137 76
Binary 11111010 1000011 1111000 0 1001001 110100 10 101010111 1011111 111110

Color Harmonies of #FA4378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4378

Black with #FA4378

Text Example


Text Example

White with #FA4378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4378; }

 p { color: rgb(250,67,120); }

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

background-color css

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

 a { background-color: rgb(250,67,120); }

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

border-color css

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

 span { border-color: rgb(250,67,120); }

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