Html Css Color HEX #FA2C74 Radical Red

📋 copy color: '#FA2C74'

red 250 ◦ green 44 ◦ blue 116

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

Shades of Radical Red #FA2C74

Tints of Radical Red #FA2C74

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.73%

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

R = 60.98%
G = 10.73%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA2C74 (or 0xFA2C74) is known color: Radical Red. HEX triplet: FA, 2C and 74. RGB value is (250,44,116). Sum of RGB (Red+Green+Blue) = 250+44+116=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 44 (17.58% from 255 or 10.73% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2C74 is #05D38B. Grayscale: #717171. Windows color (decimal): -381836 or 7613690. OLE color: 7613690.

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

Color convert

RGB 250 44 116 -
CMYK 0 0.82 0.54 0.02
HSL 339.03º 0.95% 0.58% -
HSV(B) 339.03º 0.82% 0.98% -
XYZ 43.48 23.39 18.75 -
YUV 113.8 129.25 225.15 -
System Red Green Blue C M Y K H S L
Decimal 250 44 116 0 0.82 0.54 0.02 339.03 0.95 0.58
Hex FA 2C 74 0 52 36 2 153 5F 3A
Octal 372 54 164 0 122 66 2 523 137 72
Binary 11111010 101100 1110100 0 1010010 110110 10 101010011 1011111 111010

Color Harmonies of #FA2C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2C74

Black with #FA2C74

Text Example


Text Example

White with #FA2C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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