Html Css Color HEX #FA468F Violet Red

📋 copy color: '#FA468F'

red 250 ◦ green 70 ◦ blue 143

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

Shades of Violet Red #FA468F

Tints of Violet Red #FA468F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.12%

 BLUE value IS 143 (56.25% from 255) = 30.89%

R = 54%
G = 15.12%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA468F (or 0xFA468F) is known color: Violet Red. HEX triplet: FA, 46 and 8F. RGB value is (250,70,143). Sum of RGB (Red+Green+Blue) = 250+70+143=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA468F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA468F is #05B970. Grayscale: #848484. Windows color (decimal): -375153 or 9389818. OLE color: 9389818.

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

Color convert

RGB 250 70 143 -
CMYK 0 0.72 0.43 0.02
HSL 335.67º 0.95% 0.63% -
HSV(B) 335.67º 0.72% 0.98% -
XYZ 46.57 26.69 28.68 -
YUV 132.14 134.13 212.06 -
System Red Green Blue C M Y K H S L
Decimal 250 70 143 0 0.72 0.43 0.02 335.67 0.95 0.63
Hex FA 46 8F 0 48 2B 2 150 5F 3F
Octal 372 106 217 0 110 53 2 520 137 77
Binary 11111010 1000110 10001111 0 1001000 101011 10 101010000 1011111 111111

Color Harmonies of #FA468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA468F

Black with #FA468F

Text Example


Text Example

White with #FA468F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA468F; }

 p { color: rgb(250,70,143); }

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

background-color css

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

 a { background-color: rgb(250,70,143); }

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

border-color css

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

 span { border-color: rgb(250,70,143); }

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