Html Css Color HEX #FA2074 Radical Red

📋 copy color: '#FA2074'

red 250 ◦ green 32 ◦ blue 116

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

Shades of Radical Red #FA2074

Tints of Radical Red #FA2074

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.04%

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

R = 62.81%
G = 8.04%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA2074 (or 0xFA2074) is known color: Radical Red. HEX triplet: FA, 20 and 74. RGB value is (250,32,116). Sum of RGB (Red+Green+Blue) = 250+32+116=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2074 is #05DF8B. Grayscale: #6A6A6A. Windows color (decimal): -384908 or 7610618. OLE color: 7610618.

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

Color convert

RGB 250 32 116 -
CMYK 0 0.87 0.54 0.02
HSL 336.88º 0.96% 0.55% -
HSV(B) 336.88º 0.87% 0.98% -
XYZ 43.09 22.62 18.62 -
YUV 106.76 133.22 230.17 -
System Red Green Blue C M Y K H S L
Decimal 250 32 116 0 0.87 0.54 0.02 336.88 0.96 0.55
Hex FA 20 74 0 57 36 2 151 60 37
Octal 372 40 164 0 127 66 2 521 140 67
Binary 11111010 100000 1110100 0 1010111 110110 10 101010001 1100000 110111

Color Harmonies of #FA2074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2074

Black with #FA2074

Text Example


Text Example

White with #FA2074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2074; }

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

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

background-color css

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

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

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

border-color css

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

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

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