Html Css Color HEX #FA4251 Radical Red

📋 copy color: '#FA4251'

red 250 ◦ green 66 ◦ blue 81

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

Shades of Radical Red #FA4251

Tints of Radical Red #FA4251

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.62%

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

R = 62.97%
G = 16.62%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA4251 (or 0xFA4251) is known color: Radical Red. HEX triplet: FA, 42 and 51. RGB value is (250,66,81). Sum of RGB (Red+Green+Blue) = 250+66+81=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4251 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4251 is #05BDAE. Grayscale: #7A7A7A. Windows color (decimal): -376239 or 5325562. OLE color: 5325562.

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

Color convert

RGB 250 66 81 -
CMYK 0 0.74 0.68 0.02
HSL 355.11º 0.95% 0.62% -
HSV(B) 355.11º 0.74% 0.98% -
XYZ 42.86 24.81 10.32 -
YUV 122.73 104.46 218.78 -
System Red Green Blue C M Y K H S L
Decimal 250 66 81 0 0.74 0.68 0.02 355.11 0.95 0.62
Hex FA 42 51 0 4A 44 2 163 5F 3E
Octal 372 102 121 0 112 104 2 543 137 76
Binary 11111010 1000010 1010001 0 1001010 1000100 10 101100011 1011111 111110

Color Harmonies of #FA4251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4251

Black with #FA4251

Text Example


Text Example

White with #FA4251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4251; }

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

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

background-color css

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

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

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

border-color css

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

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

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