Html Css Color HEX #FA2974 Radical Red

📋 copy color: '#FA2974'

red 250 ◦ green 41 ◦ blue 116

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

Shades of Radical Red #FA2974

Tints of Radical Red #FA2974

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.07%

 BLUE value IS 116 (45.7% from 255) = 28.5%

R = 61.43%
G = 10.07%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA2974 (or 0xFA2974) is known color: Radical Red. HEX triplet: FA, 29 and 74. RGB value is (250,41,116). Sum of RGB (Red+Green+Blue) = 250+41+116=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2974 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2974 is #05D68B. Grayscale: #6F6F6F. Windows color (decimal): -382604 or 7612922. OLE color: 7612922.

HSL color Cylindrical-coordinate representation of color #FA2974: hue angle of 338.47º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA2974 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 41 116 -
CMYK 0 0.84 0.54 0.02
HSL 338.47º 0.95% 0.57% -
HSV(B) 338.47º 0.84% 0.98% -
XYZ 43.37 23.17 18.71 -
YUV 112.04 130.24 226.4 -
System Red Green Blue C M Y K H S L
Decimal 250 41 116 0 0.84 0.54 0.02 338.47 0.95 0.57
Hex FA 29 74 0 54 36 2 152 5F 39
Octal 372 51 164 0 124 66 2 522 137 71
Binary 11111010 101001 1110100 0 1010100 110110 10 101010010 1011111 111001

Color Harmonies of #FA2974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2974

Black with #FA2974

Text Example


Text Example

White with #FA2974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2974; }

 p { color: rgb(250,41,116); }

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

background-color css

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

 a { background-color: rgb(250,41,116); }

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

border-color css

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

 span { border-color: rgb(250,41,116); }

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