Html Css Color HEX #FA448B Violet Red

📋 copy color: '#FA448B'

red 250 ◦ green 68 ◦ blue 139

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

Shades of Violet Red #FA448B

Tints of Violet Red #FA448B

RGB

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

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

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

R = 54.7%
G = 14.88%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA448B (or 0xFA448B) is known color: Violet Red. HEX triplet: FA, 44 and 8B. RGB value is (250,68,139). Sum of RGB (Red+Green+Blue) = 250+68+139=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 68 (26.95% from 255 or 14.88% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA448B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA448B is #05BB74. Grayscale: #828282. Windows color (decimal): -375669 or 9127162. OLE color: 9127162.

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

Color convert

RGB 250 68 139 -
CMYK 0 0.73 0.44 0.02
HSL 336.59º 0.95% 0.62% -
HSV(B) 336.59º 0.73% 0.98% -
XYZ 46.15 26.32 27.07 -
YUV 130.51 132.8 213.23 -
System Red Green Blue C M Y K H S L
Decimal 250 68 139 0 0.73 0.44 0.02 336.59 0.95 0.62
Hex FA 44 8B 0 49 2C 2 151 5F 3E
Octal 372 104 213 0 111 54 2 521 137 76
Binary 11111010 1000100 10001011 0 1001001 101100 10 101010001 1011111 111110

Color Harmonies of #FA448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA448B

Black with #FA448B

Text Example


Text Example

White with #FA448B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA448B; }

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

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

background-color css

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

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

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

border-color css

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

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

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