Html Css Color HEX #FA3370 Radical Red

📋 copy color: '#FA3370'

red 250 ◦ green 51 ◦ blue 112

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

Shades of Radical Red #FA3370

Tints of Radical Red #FA3370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.35%

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

R = 60.53%
G = 12.35%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA3370 (or 0xFA3370) is known color: Radical Red. HEX triplet: FA, 33 and 70. RGB value is (250,51,112). Sum of RGB (Red+Green+Blue) = 250+51+112=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3370 is #05CC8F. Grayscale: #757575. Windows color (decimal): -380048 or 7353338. OLE color: 7353338.

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

Color convert

RGB 250 51 112 -
CMYK 0 0.80 0.55 0.02
HSL 341.61º 0.95% 0.59% -
HSV(B) 341.61º 0.8% 0.98% -
XYZ 43.53 23.86 17.64 -
YUV 117.46 124.93 222.54 -
System Red Green Blue C M Y K H S L
Decimal 250 51 112 0 0.80 0.55 0.02 341.61 0.95 0.59
Hex FA 33 70 0 50 37 2 156 5F 3B
Octal 372 63 160 0 120 67 2 526 137 73
Binary 11111010 110011 1110000 0 1010000 110111 10 101010110 1011111 111011

Color Harmonies of #FA3370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3370

Black with #FA3370

Text Example


Text Example

White with #FA3370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3370; }

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

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

background-color css

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

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

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

border-color css

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

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

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