Html Css Color HEX #F34C51 Radical Red

📋 copy color: '#F34C51'

red 243 ◦ green 76 ◦ blue 81

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

Shades of Radical Red #F34C51

Tints of Radical Red #F34C51

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19%

 BLUE value IS 81 (32.03% from 255) = 20.25%

R = 60.75%
G = 19%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F34C51 (or 0xF34C51) is known color: Radical Red. HEX triplet: F3, 4C and 51. RGB value is (243,76,81). Sum of RGB (Red+Green+Blue) = 243+76+81=400 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.75% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34C51 is #0CB3AE. Grayscale: #7E7E7E. Windows color (decimal): -832431 or 5328115. OLE color: 5328115.

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

Color convert

RGB 243 76 81 -
CMYK 0 0.69 0.67 0.05
HSL 358.2º 0.87% 0.63% -
HSV(B) 358.2º 0.69% 0.95% -
XYZ 41.03 24.82 10.41 -
YUV 126.5 102.33 211.09 -
System Red Green Blue C M Y K H S L
Decimal 243 76 81 0 0.69 0.67 0.05 358.2 0.87 0.63
Hex F3 4C 51 0 45 43 5 166 57 3F
Octal 363 114 121 0 105 103 5 546 127 77
Binary 11110011 1001100 1010001 0 1000101 1000011 101 101100110 1010111 111111

Color Harmonies of #F34C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34C51

Black with #F34C51

Text Example


Text Example

White with #F34C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34C51; }

 p { color: rgb(243,76,81); }

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

background-color css

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

 a { background-color: rgb(243,76,81); }

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

border-color css

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

 span { border-color: rgb(243,76,81); }

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