Html Css Color HEX #FA3F82 Violet Red

📋 copy color: '#FA3F82'

red 250 ◦ green 63 ◦ blue 130

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

Shades of Violet Red #FA3F82

Tints of Violet Red #FA3F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.35%

R = 56.43%
G = 14.22%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA3F82 (or 0xFA3F82) is known color: Violet Red. HEX triplet: FA, 3F and 82. RGB value is (250,63,130). Sum of RGB (Red+Green+Blue) = 250+63+130=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3F82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3F82 is #05C07D. Grayscale: #7E7E7E. Windows color (decimal): -376958 or 8536058. OLE color: 8536058.

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

Color convert

RGB 250 63 130 -
CMYK 0 0.75 0.48 0.02
HSL 338.5º 0.95% 0.61% -
HSV(B) 338.5º 0.75% 0.98% -
XYZ 45.23 25.49 23.66 -
YUV 126.55 129.95 216.05 -
System Red Green Blue C M Y K H S L
Decimal 250 63 130 0 0.75 0.48 0.02 338.5 0.95 0.61
Hex FA 3F 82 0 4B 30 2 153 5F 3D
Octal 372 77 202 0 113 60 2 523 137 75
Binary 11111010 111111 10000010 0 1001011 110000 10 101010011 1011111 111101

Color Harmonies of #FA3F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3F82

Black with #FA3F82

Text Example


Text Example

White with #FA3F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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