Html Css Color HEX #FA455B Radical Red

📋 copy color: '#FA455B'

red 250 ◦ green 69 ◦ blue 91

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

Shades of Radical Red #FA455B

Tints of Radical Red #FA455B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.83%

 BLUE value IS 91 (35.94% from 255) = 22.2%

R = 60.98%
G = 16.83%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA455B (or 0xFA455B) is known color: Radical Red. HEX triplet: FA, 45 and 5B. RGB value is (250,69,91). Sum of RGB (Red+Green+Blue) = 250+69+91=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA455B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA455B is #05BAA4. Grayscale: #7D7D7D. Windows color (decimal): -375461 or 5981690. OLE color: 5981690.

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

Color convert

RGB 250 69 91 -
CMYK 0 0.72 0.64 0.02
HSL 352.71º 0.95% 0.63% -
HSV(B) 352.71º 0.72% 0.98% -
XYZ 43.44 25.34 12.5 -
YUV 125.63 108.47 216.71 -
System Red Green Blue C M Y K H S L
Decimal 250 69 91 0 0.72 0.64 0.02 352.71 0.95 0.63
Hex FA 45 5B 0 48 40 2 161 5F 3F
Octal 372 105 133 0 110 100 2 541 137 77
Binary 11111010 1000101 1011011 0 1001000 1000000 10 101100001 1011111 111111

Color Harmonies of #FA455B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA455B

Black with #FA455B

Text Example


Text Example

White with #FA455B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA455B; }

 p { color: rgb(250,69,91); }

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

background-color css

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

 a { background-color: rgb(250,69,91); }

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

border-color css

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

 span { border-color: rgb(250,69,91); }

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