Html Css Color HEX #F34D5C Radical Red

📋 copy color: '#F34D5C'

red 243 ◦ green 77 ◦ blue 92

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

Shades of Radical Red #F34D5C

Tints of Radical Red #F34D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.33%

R = 58.98%
G = 18.69%
B = 22.33%

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

#F34D5C (or 0xF34D5C) is known color: Radical Red. HEX triplet: F3, 4D and 5C. RGB value is (243,77,92). Sum of RGB (Red+Green+Blue) = 243+77+92=412 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.98% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F34D5C is #0CB2A3. Grayscale: #808080. Windows color (decimal): -832164 or 6049267. OLE color: 6049267.

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

Color convert

RGB 243 77 92 -
CMYK 0 0.68 0.62 0.05
HSL 354.58º 0.87% 0.63% -
HSV(B) 354.58º 0.68% 0.95% -
XYZ 41.55 25.14 12.79 -
YUV 128.34 107.5 209.78 -
System Red Green Blue C M Y K H S L
Decimal 243 77 92 0 0.68 0.62 0.05 354.58 0.87 0.63
Hex F3 4D 5C 0 44 3E 5 163 57 3F
Octal 363 115 134 0 104 76 5 543 127 77
Binary 11110011 1001101 1011100 0 1000100 111110 101 101100011 1010111 111111

Color Harmonies of #F34D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34D5C

Black with #F34D5C

Text Example


Text Example

White with #F34D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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