Html Css Color HEX #FA2D70 Radical Red

📋 copy color: '#FA2D70'

red 250 ◦ green 45 ◦ blue 112

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

Shades of Radical Red #FA2D70

Tints of Radical Red #FA2D70

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.06%

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

R = 61.43%
G = 11.06%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA2D70 (or 0xFA2D70) is known color: Radical Red. HEX triplet: FA, 2D and 70. RGB value is (250,45,112). Sum of RGB (Red+Green+Blue) = 250+45+112=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2D70 is #05D28F. Grayscale: #717171. Windows color (decimal): -381584 or 7351802. OLE color: 7351802.

HSL color Cylindrical-coordinate representation of color #FA2D70: hue angle of 340.39º 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 #FA2D70 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 45 112 -
CMYK 0 0.82 0.55 0.02
HSL 340.39º 0.95% 0.58% -
HSV(B) 340.39º 0.82% 0.98% -
XYZ 43.29 23.37 17.56 -
YUV 113.93 126.92 225.05 -
System Red Green Blue C M Y K H S L
Decimal 250 45 112 0 0.82 0.55 0.02 340.39 0.95 0.58
Hex FA 2D 70 0 52 37 2 154 5F 3A
Octal 372 55 160 0 122 67 2 524 137 72
Binary 11111010 101101 1110000 0 1010010 110111 10 101010100 1011111 111010

Color Harmonies of #FA2D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D70

Black with #FA2D70

Text Example


Text Example

White with #FA2D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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