Html Css Color HEX #FA3F74 Violet Red

📋 copy color: '#FA3F74'

red 250 ◦ green 63 ◦ blue 116

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

Shades of Violet Red #FA3F74

Tints of Violet Red #FA3F74

RGB

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

 GREEN value IS 63 (25% from 255) = 14.69%

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

R = 58.28%
G = 14.69%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA3F74 (or 0xFA3F74) is known color: Violet Red. HEX triplet: FA, 3F and 74. RGB value is (250,63,116). Sum of RGB (Red+Green+Blue) = 250+63+116=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3F74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3F74 is #05C08B. Grayscale: #7C7C7C. Windows color (decimal): -376972 or 7618554. OLE color: 7618554.

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

Color convert

RGB 250 63 116 -
CMYK 0 0.75 0.54 0.02
HSL 342.99º 0.95% 0.61% -
HSV(B) 342.99º 0.75% 0.98% -
XYZ 44.35 25.14 19.04 -
YUV 124.96 122.95 217.19 -
System Red Green Blue C M Y K H S L
Decimal 250 63 116 0 0.75 0.54 0.02 342.99 0.95 0.61
Hex FA 3F 74 0 4B 36 2 157 5F 3D
Octal 372 77 164 0 113 66 2 527 137 75
Binary 11111010 111111 1110100 0 1001011 110110 10 101010111 1011111 111101

Color Harmonies of #FA3F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3F74

Black with #FA3F74

Text Example


Text Example

White with #FA3F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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