Html Css Color HEX #FA2370 Radical Red

📋 copy color: '#FA2370'

red 250 ◦ green 35 ◦ blue 112

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

Shades of Radical Red #FA2370

Tints of Radical Red #FA2370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.82%

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

R = 62.97%
G = 8.82%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA2370 (or 0xFA2370) is known color: Radical Red. HEX triplet: FA, 23 and 70. RGB value is (250,35,112). Sum of RGB (Red+Green+Blue) = 250+35+112=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2370 is #05DC8F. Grayscale: #6B6B6B. Windows color (decimal): -384144 or 7349242. OLE color: 7349242.

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

Color convert

RGB 250 35 112 -
CMYK 0 0.86 0.55 0.02
HSL 338.51º 0.96% 0.56% -
HSV(B) 338.51º 0.86% 0.98% -
XYZ 42.95 22.7 17.45 -
YUV 108.06 130.23 229.24 -
System Red Green Blue C M Y K H S L
Decimal 250 35 112 0 0.86 0.55 0.02 338.51 0.96 0.56
Hex FA 23 70 0 56 37 2 153 60 38
Octal 372 43 160 0 126 67 2 523 140 70
Binary 11111010 100011 1110000 0 1010110 110111 10 101010011 1100000 111000

Color Harmonies of #FA2370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2370

Black with #FA2370

Text Example


Text Example

White with #FA2370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2370; }

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

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

background-color css

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

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

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

border-color css

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

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

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