Html Css Color HEX #FA4053 Radical Red

📋 copy color: '#FA4053'

red 250 ◦ green 64 ◦ blue 83

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

Shades of Radical Red #FA4053

Tints of Radical Red #FA4053

RGB

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

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

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

R = 62.97%
G = 16.12%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FA4053 (or 0xFA4053) is known color: Radical Red. HEX triplet: FA, 40 and 53. RGB value is (250,64,83). Sum of RGB (Red+Green+Blue) = 250+64+83=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4053 is #05BFAC. Grayscale: #797979. Windows color (decimal): -376749 or 5456122. OLE color: 5456122.

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

Color convert

RGB 250 64 83 -
CMYK 0 0.74 0.67 0.02
HSL 353.87º 0.95% 0.62% -
HSV(B) 353.87º 0.74% 0.98% -
XYZ 42.82 24.62 10.68 -
YUV 121.78 106.12 219.46 -
System Red Green Blue C M Y K H S L
Decimal 250 64 83 0 0.74 0.67 0.02 353.87 0.95 0.62
Hex FA 40 53 0 4A 43 2 162 5F 3E
Octal 372 100 123 0 112 103 2 542 137 76
Binary 11111010 1000000 1010011 0 1001010 1000011 10 101100010 1011111 111110

Color Harmonies of #FA4053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4053

Black with #FA4053

Text Example


Text Example

White with #FA4053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4053; }

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

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

background-color css

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

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

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

border-color css

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

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

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