Html Css Color HEX #FA2A70 Radical Red

📋 copy color: '#FA2A70'

red 250 ◦ green 42 ◦ blue 112

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

Shades of Radical Red #FA2A70

Tints of Radical Red #FA2A70

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.4%

 BLUE value IS 112 (44.14% from 255) = 27.72%

R = 61.88%
G = 10.4%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA2A70 (or 0xFA2A70) is known color: Radical Red. HEX triplet: FA, 2A and 70. RGB value is (250,42,112). Sum of RGB (Red+Green+Blue) = 250+42+112=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2A70 is #05D58F. Grayscale: #707070. Windows color (decimal): -382352 or 7351034. OLE color: 7351034.

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

Color convert

RGB 250 42 112 -
CMYK 0 0.83 0.55 0.02
HSL 339.81º 0.95% 0.57% -
HSV(B) 339.81º 0.83% 0.98% -
XYZ 43.18 23.15 17.52 -
YUV 112.17 127.91 226.31 -
System Red Green Blue C M Y K H S L
Decimal 250 42 112 0 0.83 0.55 0.02 339.81 0.95 0.57
Hex FA 2A 70 0 53 37 2 154 5F 39
Octal 372 52 160 0 123 67 2 524 137 71
Binary 11111010 101010 1110000 0 1010011 110111 10 101010100 1011111 111001

Color Harmonies of #FA2A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2A70

Black with #FA2A70

Text Example


Text Example

White with #FA2A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2A70; }

 p { color: rgb(250,42,112); }

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

background-color css

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

 a { background-color: rgb(250,42,112); }

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

border-color css

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

 span { border-color: rgb(250,42,112); }

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