Html Css Color HEX #FA2274 Radical Red

📋 copy color: '#FA2274'

red 250 ◦ green 34 ◦ blue 116

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

Shades of Radical Red #FA2274

Tints of Radical Red #FA2274

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.5%

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

R = 62.5%
G = 8.5%
B = 29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA2274 (or 0xFA2274) is known color: Radical Red. HEX triplet: FA, 22 and 74. RGB value is (250,34,116). Sum of RGB (Red+Green+Blue) = 250+34+116=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 34 (13.67% from 255 or 8.5% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2274 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2274 is #05DD8B. Grayscale: #6B6B6B. Windows color (decimal): -384396 or 7611130. OLE color: 7611130.

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

Color convert

RGB 250 34 116 -
CMYK 0 0.86 0.54 0.02
HSL 337.22º 0.96% 0.56% -
HSV(B) 337.22º 0.86% 0.98% -
XYZ 43.15 22.73 18.64 -
YUV 107.93 132.56 229.33 -
System Red Green Blue C M Y K H S L
Decimal 250 34 116 0 0.86 0.54 0.02 337.22 0.96 0.56
Hex FA 22 74 0 56 36 2 151 60 38
Octal 372 42 164 0 126 66 2 521 140 70
Binary 11111010 100010 1110100 0 1010110 110110 10 101010001 1100000 111000

Color Harmonies of #FA2274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2274

Black with #FA2274

Text Example


Text Example

White with #FA2274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2274; }

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

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

background-color css

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

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

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

border-color css

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

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

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