Html Css Color HEX #FA388B Violet Red

📋 copy color: '#FA388B'

red 250 ◦ green 56 ◦ blue 139

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

Shades of Violet Red #FA388B

Tints of Violet Red #FA388B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.58%

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

R = 56.18%
G = 12.58%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA388B (or 0xFA388B) is known color: Violet Red. HEX triplet: FA, 38 and 8B. RGB value is (250,56,139). Sum of RGB (Red+Green+Blue) = 250+56+139=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 56 (22.27% from 255 or 12.58% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FA388B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA388B is #05C774. Grayscale: #7B7B7B. Windows color (decimal): -378741 or 9124090. OLE color: 9124090.

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

Color convert

RGB 250 56 139 -
CMYK 0 0.78 0.44 0.02
HSL 334.33º 0.95% 0.6% -
HSV(B) 334.33º 0.78% 0.98% -
XYZ 45.5 25.02 26.86 -
YUV 123.47 136.77 218.25 -
System Red Green Blue C M Y K H S L
Decimal 250 56 139 0 0.78 0.44 0.02 334.33 0.95 0.6
Hex FA 38 8B 0 4E 2C 2 14E 5F 3C
Octal 372 70 213 0 116 54 2 516 137 74
Binary 11111010 111000 10001011 0 1001110 101100 10 101001110 1011111 111100

Color Harmonies of #FA388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA388B

Black with #FA388B

Text Example


Text Example

White with #FA388B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA388B; }

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

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

background-color css

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

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

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

border-color css

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

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

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