Html Css Color HEX #F34E50 Radical Red

📋 copy color: '#F34E50'

red 243 ◦ green 78 ◦ blue 80

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

Shades of Radical Red #F34E50

Tints of Radical Red #F34E50

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.45%

 BLUE value IS 80 (31.64% from 255) = 19.95%

R = 60.6%
G = 19.45%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F34E50 (or 0xF34E50) is known color: Radical Red. HEX triplet: F3, 4E and 50. RGB value is (243,78,80). Sum of RGB (Red+Green+Blue) = 243+78+80=401 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.60% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 243 - color contains mainly: red. Hex color #F34E50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F34E50 is #0CB1AF. Grayscale: #7F7F7F. Windows color (decimal): -831920 or 5263091. OLE color: 5263091.

HSL color Cylindrical-coordinate representation of color #F34E50: hue angle of 359.27º 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 #F34E50 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 78 80 -
CMYK 0 0.68 0.67 0.05
HSL 359.27º 0.87% 0.63% -
HSV(B) 359.27º 0.68% 0.95% -
XYZ 41.13 25.08 10.26 -
YUV 127.56 101.16 210.34 -
System Red Green Blue C M Y K H S L
Decimal 243 78 80 0 0.68 0.67 0.05 359.27 0.87 0.63
Hex F3 4E 50 0 44 43 5 167 57 3F
Octal 363 116 120 0 104 103 5 547 127 77
Binary 11110011 1001110 1010000 0 1000100 1000011 101 101100111 1010111 111111

Color Harmonies of #F34E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34E50

Black with #F34E50

Text Example


Text Example

White with #F34E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34E50; }

 p { color: rgb(243,78,80); }

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

background-color css

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

 a { background-color: rgb(243,78,80); }

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

border-color css

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

 span { border-color: rgb(243,78,80); }

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