Html Css Color HEX #F34E5D Radical Red

📋 copy color: '#F34E5D'

red 243 ◦ green 78 ◦ blue 93

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

Shades of Radical Red #F34E5D

Tints of Radical Red #F34E5D

RGB

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

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

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

R = 58.7%
G = 18.84%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F34E5D (or 0xF34E5D) is known color: Radical Red. HEX triplet: F3, 4E and 5D. RGB value is (243,78,93). Sum of RGB (Red+Green+Blue) = 243+78+93=414 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.70% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 243 - color contains mainly: red. Hex color #F34E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F34E5D is #0CB1A2. Grayscale: #818181. Windows color (decimal): -831907 or 6115059. OLE color: 6115059.

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

Color convert

RGB 243 78 93 -
CMYK 0 0.68 0.62 0.05
HSL 354.55º 0.87% 0.63% -
HSV(B) 354.55º 0.68% 0.95% -
XYZ 41.66 25.29 13.04 -
YUV 129.05 107.66 209.28 -
System Red Green Blue C M Y K H S L
Decimal 243 78 93 0 0.68 0.62 0.05 354.55 0.87 0.63
Hex F3 4E 5D 0 44 3E 5 163 57 3F
Octal 363 116 135 0 104 76 5 543 127 77
Binary 11110011 1001110 1011101 0 1000100 111110 101 101100011 1010111 111111

Color Harmonies of #F34E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34E5D

Black with #F34E5D

Text Example


Text Example

White with #F34E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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