Html Css Color HEX #FA4553 Radical Red

📋 copy color: '#FA4553'

red 250 ◦ green 69 ◦ blue 83

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

Shades of Radical Red #FA4553

Tints of Radical Red #FA4553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.65%

R = 62.19%
G = 17.16%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FA4553 (or 0xFA4553) is known color: Radical Red. HEX triplet: FA, 45 and 53. RGB value is (250,69,83). Sum of RGB (Red+Green+Blue) = 250+69+83=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4553 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4553 is #05BAAC. Grayscale: #7C7C7C. Windows color (decimal): -375469 or 5457402. OLE color: 5457402.

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

Color convert

RGB 250 69 83 -
CMYK 0 0.72 0.67 0.02
HSL 355.36º 0.95% 0.63% -
HSV(B) 355.36º 0.72% 0.98% -
XYZ 43.11 25.2 10.78 -
YUV 124.72 104.47 217.36 -
System Red Green Blue C M Y K H S L
Decimal 250 69 83 0 0.72 0.67 0.02 355.36 0.95 0.63
Hex FA 45 53 0 48 43 2 163 5F 3F
Octal 372 105 123 0 110 103 2 543 137 77
Binary 11111010 1000101 1010011 0 1001000 1000011 10 101100011 1011111 111111

Color Harmonies of #FA4553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4553

Black with #FA4553

Text Example


Text Example

White with #FA4553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4553; }

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

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

background-color css

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

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

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

border-color css

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

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

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