Html Css Color HEX #FA4585 Violet Red

📋 copy color: '#FA4585'

red 250 ◦ green 69 ◦ blue 133

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

Shades of Violet Red #FA4585

Tints of Violet Red #FA4585

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.27%

 BLUE value IS 133 (52.34% from 255) = 29.42%

R = 55.31%
G = 15.27%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FA4585 (or 0xFA4585) is known color: Violet Red. HEX triplet: FA, 45 and 85. RGB value is (250,69,133). Sum of RGB (Red+Green+Blue) = 250+69+133=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 69 (27.34% from 255 or 15.27% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4585 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4585 is #05BA7A. Grayscale: #828282. Windows color (decimal): -375419 or 8734202. OLE color: 8734202.

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

Color convert

RGB 250 69 133 -
CMYK 0 0.72 0.47 0.02
HSL 338.78º 0.95% 0.63% -
HSV(B) 338.78º 0.72% 0.98% -
XYZ 45.79 26.27 24.85 -
YUV 130.42 129.47 213.3 -
System Red Green Blue C M Y K H S L
Decimal 250 69 133 0 0.72 0.47 0.02 338.78 0.95 0.63
Hex FA 45 85 0 48 2F 2 153 5F 3F
Octal 372 105 205 0 110 57 2 523 137 77
Binary 11111010 1000101 10000101 0 1001000 101111 10 101010011 1011111 111111

Color Harmonies of #FA4585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4585

Black with #FA4585

Text Example


Text Example

White with #FA4585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4585; }

 p { color: rgb(250,69,133); }

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

background-color css

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

 a { background-color: rgb(250,69,133); }

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

border-color css

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

 span { border-color: rgb(250,69,133); }

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