Html Css Color HEX #FA4450 Radical Red

📋 copy color: '#FA4450'

red 250 ◦ green 68 ◦ blue 80

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

Shades of Radical Red #FA4450

Tints of Radical Red #FA4450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.09%

 BLUE value IS 80 (31.64% from 255) = 20.1%

R = 62.81%
G = 17.09%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA4450 (or 0xFA4450) is known color: Radical Red. HEX triplet: FA, 44 and 50. RGB value is (250,68,80). Sum of RGB (Red+Green+Blue) = 250+68+80=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4450 is #05BBAF. Grayscale: #7B7B7B. Windows color (decimal): -375728 or 5260538. OLE color: 5260538.

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

Color convert

RGB 250 68 80 -
CMYK 0 0.73 0.68 0.02
HSL 356.04º 0.95% 0.62% -
HSV(B) 356.04º 0.73% 0.98% -
XYZ 42.94 25.04 10.16 -
YUV 123.79 103.3 218.02 -
System Red Green Blue C M Y K H S L
Decimal 250 68 80 0 0.73 0.68 0.02 356.04 0.95 0.62
Hex FA 44 50 0 49 44 2 164 5F 3E
Octal 372 104 120 0 111 104 2 544 137 76
Binary 11111010 1000100 1010000 0 1001001 1000100 10 101100100 1011111 111110

Color Harmonies of #FA4450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4450

Black with #FA4450

Text Example


Text Example

White with #FA4450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4450; }

 p { color: rgb(250,68,80); }

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

background-color css

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

 a { background-color: rgb(250,68,80); }

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

border-color css

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

 span { border-color: rgb(250,68,80); }

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