Html Css Color HEX #FA3350 Radical Red

📋 copy color: '#FA3350'

red 250 ◦ green 51 ◦ blue 80

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

Shades of Radical Red #FA3350

Tints of Radical Red #FA3350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21%

R = 65.62%
G = 13.39%
B = 21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA3350 (or 0xFA3350) is known color: Radical Red. HEX triplet: FA, 33 and 50. RGB value is (250,51,80). Sum of RGB (Red+Green+Blue) = 250+51+80=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3350 is #05CCAF. Grayscale: #717171. Windows color (decimal): -380080 or 5256186. OLE color: 5256186.

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

Color convert

RGB 250 51 80 -
CMYK 0 0.80 0.68 0.02
HSL 351.26º 0.95% 0.59% -
HSV(B) 351.26º 0.8% 0.98% -
XYZ 42.06 23.27 9.86 -
YUV 113.81 108.93 225.14 -
System Red Green Blue C M Y K H S L
Decimal 250 51 80 0 0.80 0.68 0.02 351.26 0.95 0.59
Hex FA 33 50 0 50 44 2 15F 5F 3B
Octal 372 63 120 0 120 104 2 537 137 73
Binary 11111010 110011 1010000 0 1010000 1000100 10 101011111 1011111 111011

Color Harmonies of #FA3350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3350

Black with #FA3350

Text Example


Text Example

White with #FA3350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3350; }

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

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

background-color css

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

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

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

border-color css

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

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

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