Html Css Color HEX #FA335D Radical Red

📋 copy color: '#FA335D'

red 250 ◦ green 51 ◦ blue 93

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

Shades of Radical Red #FA335D

Tints of Radical Red #FA335D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.6%

R = 63.45%
G = 12.94%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA335D (or 0xFA335D) is known color: Radical Red. HEX triplet: FA, 33 and 5D. RGB value is (250,51,93). Sum of RGB (Red+Green+Blue) = 250+51+93=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA335D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA335D is #05CCA2. Grayscale: #737373. Windows color (decimal): -380067 or 6108154. OLE color: 6108154.

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

Color convert

RGB 250 51 93 -
CMYK 0 0.80 0.63 0.02
HSL 347.34º 0.95% 0.59% -
HSV(B) 347.34º 0.8% 0.98% -
XYZ 42.58 23.48 12.64 -
YUV 115.29 115.43 224.08 -
System Red Green Blue C M Y K H S L
Decimal 250 51 93 0 0.80 0.63 0.02 347.34 0.95 0.59
Hex FA 33 5D 0 50 3F 2 15B 5F 3B
Octal 372 63 135 0 120 77 2 533 137 73
Binary 11111010 110011 1011101 0 1010000 111111 10 101011011 1011111 111011

Color Harmonies of #FA335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA335D

Black with #FA335D

Text Example


Text Example

White with #FA335D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA335D; }

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

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

background-color css

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

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

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

border-color css

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

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

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