Html Css Color HEX #FA468B Violet Red

📋 copy color: '#FA468B'

red 250 ◦ green 70 ◦ blue 139

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

Shades of Violet Red #FA468B

Tints of Violet Red #FA468B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.28%

R = 54.47%
G = 15.25%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA468B (or 0xFA468B) is known color: Violet Red. HEX triplet: FA, 46 and 8B. RGB value is (250,70,139). Sum of RGB (Red+Green+Blue) = 250+70+139=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA468B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA468B is #05B974. Grayscale: #838383. Windows color (decimal): -375157 or 9127674. OLE color: 9127674.

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

Color convert

RGB 250 70 139 -
CMYK 0 0.72 0.44 0.02
HSL 337º 0.95% 0.63% -
HSV(B) 337º 0.72% 0.98% -
XYZ 46.27 26.57 27.12 -
YUV 131.69 132.13 212.39 -
System Red Green Blue C M Y K H S L
Decimal 250 70 139 0 0.72 0.44 0.02 337 0.95 0.63
Hex FA 46 8B 0 48 2C 2 151 5F 3F
Octal 372 106 213 0 110 54 2 521 137 77
Binary 11111010 1000110 10001011 0 1001000 101100 10 101010001 1011111 111111

Color Harmonies of #FA468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA468B

Black with #FA468B

Text Example


Text Example

White with #FA468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA468B; }

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

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

background-color css

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

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

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

border-color css

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

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

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