Html Css Color HEX #F34D5E Radical Red

📋 copy color: '#F34D5E'

red 243 ◦ green 77 ◦ blue 94

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

Shades of Radical Red #F34D5E

Tints of Radical Red #F34D5E

RGB

 RED value IS 243 (95.31% from 255) = 58.7%

 GREEN value IS 77 (30.47% from 255) = 18.6%

 BLUE value IS 94 (37.11% from 255) = 22.71%

R = 58.7%
G = 18.6%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F34D5E (or 0xF34D5E) is known color: Radical Red. HEX triplet: F3, 4D and 5E. RGB value is (243,77,94). Sum of RGB (Red+Green+Blue) = 243+77+94=414 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.70% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F34D5E is #0CB2A1. Grayscale: #808080. Windows color (decimal): -832162 or 6180339. OLE color: 6180339.

HSL color Cylindrical-coordinate representation of color #F34D5E: hue angle of 353.86º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F34D5E is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 77 94 -
CMYK 0 0.68 0.61 0.05
HSL 353.86º 0.87% 0.63% -
HSV(B) 353.86º 0.68% 0.95% -
XYZ 41.64 25.17 13.25 -
YUV 128.57 108.5 209.62 -
System Red Green Blue C M Y K H S L
Decimal 243 77 94 0 0.68 0.61 0.05 353.86 0.87 0.63
Hex F3 4D 5E 0 44 3D 5 162 57 3F
Octal 363 115 136 0 104 75 5 542 127 77
Binary 11110011 1001101 1011110 0 1000100 111101 101 101100010 1010111 111111

Color Harmonies of #F34D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34D5E

Black with #F34D5E

Text Example


Text Example

White with #F34D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34D5E; }

 p { color: rgb(243,77,94); }

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

background-color css

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

 a { background-color: rgb(243,77,94); }

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

border-color css

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

 span { border-color: rgb(243,77,94); }

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