Html Css Color HEX #FA4288 Violet Red

📋 copy color: '#FA4288'

red 250 ◦ green 66 ◦ blue 136

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

Shades of Violet Red #FA4288

Tints of Violet Red #FA4288

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.6%

 BLUE value IS 136 (53.52% from 255) = 30.09%

R = 55.31%
G = 14.6%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA4288 (or 0xFA4288) is known color: Violet Red. HEX triplet: FA, 42 and 88. RGB value is (250,66,136). Sum of RGB (Red+Green+Blue) = 250+66+136=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4288 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4288 is #05BD77. Grayscale: #808080. Windows color (decimal): -376184 or 8930042. OLE color: 8930042.

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

Color convert

RGB 250 66 136 -
CMYK 0 0.74 0.46 0.02
HSL 337.17º 0.95% 0.62% -
HSV(B) 337.17º 0.74% 0.98% -
XYZ 45.82 26 25.9 -
YUV 129 131.96 214.31 -
System Red Green Blue C M Y K H S L
Decimal 250 66 136 0 0.74 0.46 0.02 337.17 0.95 0.62
Hex FA 42 88 0 4A 2E 2 151 5F 3E
Octal 372 102 210 0 112 56 2 521 137 76
Binary 11111010 1000010 10001000 0 1001010 101110 10 101010001 1011111 111110

Color Harmonies of #FA4288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4288

Black with #FA4288

Text Example


Text Example

White with #FA4288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4288; }

 p { color: rgb(250,66,136); }

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

background-color css

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

 a { background-color: rgb(250,66,136); }

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

border-color css

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

 span { border-color: rgb(250,66,136); }

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