Html Css Color HEX #FA297B Violet Red

📋 copy color: '#FA297B'

red 250 ◦ green 41 ◦ blue 123

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

Shades of Violet Red #FA297B

Tints of Violet Red #FA297B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.9%

 BLUE value IS 123 (48.44% from 255) = 29.71%

R = 60.39%
G = 9.9%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA297B (or 0xFA297B) is known color: Violet Red. HEX triplet: FA, 29 and 7B. RGB value is (250,41,123). Sum of RGB (Red+Green+Blue) = 250+41+123=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA297B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA297B is #05D684. Grayscale: #707070. Windows color (decimal): -382597 or 8071674. OLE color: 8071674.

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

Color convert

RGB 250 41 123 -
CMYK 0 0.84 0.51 0.02
HSL 336.46º 0.95% 0.57% -
HSV(B) 336.46º 0.84% 0.98% -
XYZ 43.79 23.34 20.94 -
YUV 112.84 133.74 225.83 -
System Red Green Blue C M Y K H S L
Decimal 250 41 123 0 0.84 0.51 0.02 336.46 0.95 0.57
Hex FA 29 7B 0 54 33 2 150 5F 39
Octal 372 51 173 0 124 63 2 520 137 71
Binary 11111010 101001 1111011 0 1010100 110011 10 101010000 1011111 111001

Color Harmonies of #FA297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA297B

Black with #FA297B

Text Example


Text Example

White with #FA297B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA297B; }

 p { color: rgb(250,41,123); }

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

background-color css

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

 a { background-color: rgb(250,41,123); }

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

border-color css

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

 span { border-color: rgb(250,41,123); }

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