Html Css Color HEX #FA4451 Radical Red

📋 copy color: '#FA4451'

red 250 ◦ green 68 ◦ blue 81

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

Shades of Radical Red #FA4451

Tints of Radical Red #FA4451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.3%

R = 62.66%
G = 17.04%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA4451 (or 0xFA4451) is known color: Radical Red. HEX triplet: FA, 44 and 51. RGB value is (250,68,81). Sum of RGB (Red+Green+Blue) = 250+68+81=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4451 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4451 is #05BBAE. Grayscale: #7C7C7C. Windows color (decimal): -375727 or 5326074. OLE color: 5326074.

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

Color convert

RGB 250 68 81 -
CMYK 0 0.73 0.68 0.02
HSL 355.71º 0.95% 0.62% -
HSV(B) 355.71º 0.73% 0.98% -
XYZ 42.98 25.05 10.36 -
YUV 123.9 103.8 217.94 -
System Red Green Blue C M Y K H S L
Decimal 250 68 81 0 0.73 0.68 0.02 355.71 0.95 0.62
Hex FA 44 51 0 49 44 2 164 5F 3E
Octal 372 104 121 0 111 104 2 544 137 76
Binary 11111010 1000100 1010001 0 1001001 1000100 10 101100100 1011111 111110

Color Harmonies of #FA4451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4451

Black with #FA4451

Text Example


Text Example

White with #FA4451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4451; }

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

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

background-color css

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

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

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

border-color css

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

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

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