Html Css Color HEX #FA406E Radical Red

📋 copy color: '#FA406E'

red 250 ◦ green 64 ◦ blue 110

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

Shades of Radical Red #FA406E

Tints of Radical Red #FA406E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.09%

 BLUE value IS 110 (43.36% from 255) = 25.94%

R = 58.96%
G = 15.09%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA406E (or 0xFA406E) is known color: Radical Red. HEX triplet: FA, 40 and 6E. RGB value is (250,64,110). Sum of RGB (Red+Green+Blue) = 250+64+110=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FA406E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA406E is #05BF91. Grayscale: #7C7C7C. Windows color (decimal): -376722 or 7225594. OLE color: 7225594.

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

Color convert

RGB 250 64 110 -
CMYK 0 0.74 0.56 0.02
HSL 345.16º 0.95% 0.62% -
HSV(B) 345.16º 0.74% 0.98% -
XYZ 44.07 25.12 17.28 -
YUV 124.86 119.62 217.26 -
System Red Green Blue C M Y K H S L
Decimal 250 64 110 0 0.74 0.56 0.02 345.16 0.95 0.62
Hex FA 40 6E 0 4A 38 2 159 5F 3E
Octal 372 100 156 0 112 70 2 531 137 76
Binary 11111010 1000000 1101110 0 1001010 111000 10 101011001 1011111 111110

Color Harmonies of #FA406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA406E

Black with #FA406E

Text Example


Text Example

White with #FA406E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA406E; }

 p { color: rgb(250,64,110); }

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

background-color css

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

 a { background-color: rgb(250,64,110); }

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

border-color css

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

 span { border-color: rgb(250,64,110); }

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