Html Css Color HEX #FA4798 Violet Red

📋 copy color: '#FA4798'

red 250 ◦ green 71 ◦ blue 152

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

Shades of Violet Red #FA4798

Tints of Violet Red #FA4798

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.01%

 BLUE value IS 152 (59.77% from 255) = 32.14%

R = 52.85%
G = 15.01%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA4798 (or 0xFA4798) is known color: Violet Red. HEX triplet: FA, 47 and 98. RGB value is (250,71,152). Sum of RGB (Red+Green+Blue) = 250+71+152=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 71 (28.12% from 255 or 15.01% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4798 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4798 is #05B867. Grayscale: #858585. Windows color (decimal): -374888 or 9979898. OLE color: 9979898.

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

Color convert

RGB 250 71 152 -
CMYK 0 0.72 0.39 0.02
HSL 332.85º 0.95% 0.63% -
HSV(B) 332.85º 0.72% 0.98% -
XYZ 47.35 27.1 32.44 -
YUV 133.76 138.3 210.91 -
System Red Green Blue C M Y K H S L
Decimal 250 71 152 0 0.72 0.39 0.02 332.85 0.95 0.63
Hex FA 47 98 0 48 27 2 14D 5F 3F
Octal 372 107 230 0 110 47 2 515 137 77
Binary 11111010 1000111 10011000 0 1001000 100111 10 101001101 1011111 111111

Color Harmonies of #FA4798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4798

Black with #FA4798

Text Example


Text Example

White with #FA4798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4798; }

 p { color: rgb(250,71,152); }

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

background-color css

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

 a { background-color: rgb(250,71,152); }

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

border-color css

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

 span { border-color: rgb(250,71,152); }

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