Html Css Color HEX #FA2D72 Radical Red

📋 copy color: '#FA2D72'

red 250 ◦ green 45 ◦ blue 114

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

Shades of Radical Red #FA2D72

Tints of Radical Red #FA2D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.87%

R = 61.12%
G = 11%
B = 27.87%

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

#FA2D72 (or 0xFA2D72) is known color: Radical Red. HEX triplet: FA, 2D and 72. RGB value is (250,45,114). Sum of RGB (Red+Green+Blue) = 250+45+114=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 45 (17.97% from 255 or 11.00% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2D72 is #05D28D. Grayscale: #727272. Windows color (decimal): -381582 or 7482874. OLE color: 7482874.

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

Color convert

RGB 250 45 114 -
CMYK 0 0.82 0.54 0.02
HSL 339.8º 0.95% 0.58% -
HSV(B) 339.8º 0.82% 0.98% -
XYZ 43.4 23.42 18.15 -
YUV 114.16 127.92 224.89 -
System Red Green Blue C M Y K H S L
Decimal 250 45 114 0 0.82 0.54 0.02 339.8 0.95 0.58
Hex FA 2D 72 0 52 36 2 154 5F 3A
Octal 372 55 162 0 122 66 2 524 137 72
Binary 11111010 101101 1110010 0 1010010 110110 10 101010100 1011111 111010

Color Harmonies of #FA2D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D72

Black with #FA2D72

Text Example


Text Example

White with #FA2D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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