Html Css Color HEX #FA4650 Radical Red

📋 copy color: '#FA4650'

red 250 ◦ green 70 ◦ blue 80

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

Shades of Radical Red #FA4650

Tints of Radical Red #FA4650

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.5%

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

R = 62.5%
G = 17.5%
B = 20%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA4650 (or 0xFA4650) is known color: Radical Red. HEX triplet: FA, 46 and 50. RGB value is (250,70,80). Sum of RGB (Red+Green+Blue) = 250+70+80=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4650 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4650 is #05B9AF. Grayscale: #7D7D7D. Windows color (decimal): -375216 or 5261050. OLE color: 5261050.

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

Color convert

RGB 250 70 80 -
CMYK 0 0.72 0.68 0.02
HSL 356.67º 0.95% 0.63% -
HSV(B) 356.67º 0.72% 0.98% -
XYZ 43.06 25.28 10.2 -
YUV 124.96 102.63 217.19 -
System Red Green Blue C M Y K H S L
Decimal 250 70 80 0 0.72 0.68 0.02 356.67 0.95 0.63
Hex FA 46 50 0 48 44 2 165 5F 3F
Octal 372 106 120 0 110 104 2 545 137 77
Binary 11111010 1000110 1010000 0 1001000 1000100 10 101100101 1011111 111111

Color Harmonies of #FA4650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4650

Black with #FA4650

Text Example


Text Example

White with #FA4650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4650; }

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

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

background-color css

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

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

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

border-color css

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

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

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