Html Css Color HEX #FA334A Radical Red

📋 copy color: '#FA334A'

red 250 ◦ green 51 ◦ blue 74

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

Shades of Radical Red #FA334A

Tints of Radical Red #FA334A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.73%

R = 66.67%
G = 13.6%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA334A (or 0xFA334A) is known color: Radical Red. HEX triplet: FA, 33 and 4A. RGB value is (250,51,74). Sum of RGB (Red+Green+Blue) = 250+51+74=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA334A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA334A is #05CCB5. Grayscale: #717171. Windows color (decimal): -380086 or 4862970. OLE color: 4862970.

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

Color convert

RGB 250 51 74 -
CMYK 0 0.80 0.70 0.02
HSL 353.07º 0.95% 0.59% -
HSV(B) 353.07º 0.8% 0.98% -
XYZ 41.84 23.19 8.75 -
YUV 113.12 105.93 225.63 -
System Red Green Blue C M Y K H S L
Decimal 250 51 74 0 0.80 0.70 0.02 353.07 0.95 0.59
Hex FA 33 4A 0 50 46 2 161 5F 3B
Octal 372 63 112 0 120 106 2 541 137 73
Binary 11111010 110011 1001010 0 1010000 1000110 10 101100001 1011111 111011

Color Harmonies of #FA334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA334A

Black with #FA334A

Text Example


Text Example

White with #FA334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA334A; }

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

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

background-color css

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

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

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

border-color css

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

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

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