Html Css Color HEX #FA406B Radical Red

📋 copy color: '#FA406B'

red 250 ◦ green 64 ◦ blue 107

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

Shades of Radical Red #FA406B

Tints of Radical Red #FA406B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.42%

R = 59.38%
G = 15.2%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA406B (or 0xFA406B) is known color: Radical Red. HEX triplet: FA, 40 and 6B. RGB value is (250,64,107). Sum of RGB (Red+Green+Blue) = 250+64+107=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA406B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA406B is #05BF94. Grayscale: #7C7C7C. Windows color (decimal): -376725 or 7028986. OLE color: 7028986.

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

Color convert

RGB 250 64 107 -
CMYK 0 0.74 0.57 0.02
HSL 346.13º 0.95% 0.62% -
HSV(B) 346.13º 0.74% 0.98% -
XYZ 43.91 25.05 16.43 -
YUV 124.52 118.12 217.5 -
System Red Green Blue C M Y K H S L
Decimal 250 64 107 0 0.74 0.57 0.02 346.13 0.95 0.62
Hex FA 40 6B 0 4A 39 2 15A 5F 3E
Octal 372 100 153 0 112 71 2 532 137 76
Binary 11111010 1000000 1101011 0 1001010 111001 10 101011010 1011111 111110

Color Harmonies of #FA406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA406B

Black with #FA406B

Text Example


Text Example

White with #FA406B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA406B; }

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

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

background-color css

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

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

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

border-color css

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

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

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