Html Css Color HEX #FA4454 Radical Red

📋 copy color: '#FA4454'

red 250 ◦ green 68 ◦ blue 84

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

Shades of Radical Red #FA4454

Tints of Radical Red #FA4454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.9%

R = 62.19%
G = 16.92%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FA4454 (or 0xFA4454) is known color: Radical Red. HEX triplet: FA, 44 and 54. RGB value is (250,68,84). Sum of RGB (Red+Green+Blue) = 250+68+84=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4454 is #05BBAB. Grayscale: #7C7C7C. Windows color (decimal): -375724 or 5522682. OLE color: 5522682.

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

Color convert

RGB 250 68 84 -
CMYK 0 0.73 0.66 0.02
HSL 354.73º 0.95% 0.62% -
HSV(B) 354.73º 0.73% 0.98% -
XYZ 43.09 25.1 10.96 -
YUV 124.24 105.3 217.7 -
System Red Green Blue C M Y K H S L
Decimal 250 68 84 0 0.73 0.66 0.02 354.73 0.95 0.62
Hex FA 44 54 0 49 42 2 163 5F 3E
Octal 372 104 124 0 111 102 2 543 137 76
Binary 11111010 1000100 1010100 0 1001001 1000010 10 101100011 1011111 111110

Color Harmonies of #FA4454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4454

Black with #FA4454

Text Example


Text Example

White with #FA4454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4454; }

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

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

background-color css

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

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

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

border-color css

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

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

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