Html Css Color HEX #FA3373 Radical Red

📋 copy color: '#FA3373'

red 250 ◦ green 51 ◦ blue 115

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

Shades of Radical Red #FA3373

Tints of Radical Red #FA3373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.64%

R = 60.1%
G = 12.26%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA3373 (or 0xFA3373) is known color: Radical Red. HEX triplet: FA, 33 and 73. RGB value is (250,51,115). Sum of RGB (Red+Green+Blue) = 250+51+115=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3373 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3373 is #05CC8C. Grayscale: #757575. Windows color (decimal): -380045 or 7549946. OLE color: 7549946.

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

Color convert

RGB 250 51 115 -
CMYK 0 0.80 0.54 0.02
HSL 340.7º 0.95% 0.59% -
HSV(B) 340.7º 0.8% 0.98% -
XYZ 43.7 23.93 18.54 -
YUV 117.8 126.43 222.3 -
System Red Green Blue C M Y K H S L
Decimal 250 51 115 0 0.80 0.54 0.02 340.7 0.95 0.59
Hex FA 33 73 0 50 36 2 155 5F 3B
Octal 372 63 163 0 120 66 2 525 137 73
Binary 11111010 110011 1110011 0 1010000 110110 10 101010101 1011111 111011

Color Harmonies of #FA3373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3373

Black with #FA3373

Text Example


Text Example

White with #FA3373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3373; }

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

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

background-color css

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

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

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

border-color css

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

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

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