Html Css Color HEX #FA334D Radical Red

📋 copy color: '#FA334D'

red 250 ◦ green 51 ◦ blue 77

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

Shades of Radical Red #FA334D

Tints of Radical Red #FA334D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.37%

R = 66.14%
G = 13.49%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FA334D (or 0xFA334D) is known color: Radical Red. HEX triplet: FA, 33 and 4D. RGB value is (250,51,77). Sum of RGB (Red+Green+Blue) = 250+51+77=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA334D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA334D is #05CCB2. Grayscale: #717171. Windows color (decimal): -380083 or 5059578. OLE color: 5059578.

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

Color convert

RGB 250 51 77 -
CMYK 0 0.80 0.69 0.02
HSL 352.16º 0.95% 0.59% -
HSV(B) 352.16º 0.8% 0.98% -
XYZ 41.95 23.23 9.29 -
YUV 113.47 107.43 225.39 -
System Red Green Blue C M Y K H S L
Decimal 250 51 77 0 0.80 0.69 0.02 352.16 0.95 0.59
Hex FA 33 4D 0 50 45 2 160 5F 3B
Octal 372 63 115 0 120 105 2 540 137 73
Binary 11111010 110011 1001101 0 1010000 1000101 10 101100000 1011111 111011

Color Harmonies of #FA334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA334D

Black with #FA334D

Text Example


Text Example

White with #FA334D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA334D; }

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

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

background-color css

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

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

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

border-color css

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

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

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