Html Css Color HEX #FA344D Radical Red

📋 copy color: '#FA344D'

red 250 ◦ green 52 ◦ blue 77

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

Shades of Radical Red #FA344D

Tints of Radical Red #FA344D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.72%

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

R = 65.96%
G = 13.72%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FA344D (or 0xFA344D) is known color: Radical Red. HEX triplet: FA, 34 and 4D. RGB value is (250,52,77). Sum of RGB (Red+Green+Blue) = 250+52+77=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA344D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA344D is #05CBB2. Grayscale: #727272. Windows color (decimal): -379827 or 5059834. OLE color: 5059834.

HSL color Cylindrical-coordinate representation of color #FA344D: hue angle of 352.42º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA344D is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 52 77 -
CMYK 0 0.79 0.69 0.02
HSL 352.42º 0.95% 0.59% -
HSV(B) 352.42º 0.79% 0.98% -
XYZ 41.99 23.32 9.31 -
YUV 114.05 107.1 224.97 -
System Red Green Blue C M Y K H S L
Decimal 250 52 77 0 0.79 0.69 0.02 352.42 0.95 0.59
Hex FA 34 4D 0 4F 45 2 160 5F 3B
Octal 372 64 115 0 117 105 2 540 137 73
Binary 11111010 110100 1001101 0 1001111 1000101 10 101100000 1011111 111011

Color Harmonies of #FA344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA344D

Black with #FA344D

Text Example


Text Example

White with #FA344D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA344D; }

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

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

background-color css

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

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

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

border-color css

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

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

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