Html Css Color HEX #FA4474 Violet Red

📋 copy color: '#FA4474'

red 250 ◦ green 68 ◦ blue 116

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

Shades of Violet Red #FA4474

Tints of Violet Red #FA4474

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.67%

 BLUE value IS 116 (45.7% from 255) = 26.73%

R = 57.6%
G = 15.67%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA4474 (or 0xFA4474) is known color: Violet Red. HEX triplet: FA, 44 and 74. RGB value is (250,68,116). Sum of RGB (Red+Green+Blue) = 250+68+116=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4474 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4474 is #05BB8B. Grayscale: #7F7F7F. Windows color (decimal): -375692 or 7619834. OLE color: 7619834.

HSL color Cylindrical-coordinate representation of color #FA4474: hue angle of 344.18º 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 #FA4474 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 68 116 -
CMYK 0 0.73 0.54 0.02
HSL 344.18º 0.95% 0.62% -
HSV(B) 344.18º 0.73% 0.98% -
XYZ 44.64 25.72 19.13 -
YUV 127.89 121.3 215.1 -
System Red Green Blue C M Y K H S L
Decimal 250 68 116 0 0.73 0.54 0.02 344.18 0.95 0.62
Hex FA 44 74 0 49 36 2 158 5F 3E
Octal 372 104 164 0 111 66 2 530 137 76
Binary 11111010 1000100 1110100 0 1001001 110110 10 101011000 1011111 111110

Color Harmonies of #FA4474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4474

Black with #FA4474

Text Example


Text Example

White with #FA4474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4474; }

 p { color: rgb(250,68,116); }

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

background-color css

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

 a { background-color: rgb(250,68,116); }

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

border-color css

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

 span { border-color: rgb(250,68,116); }

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