Html Css Color HEX #F34F5D Radical Red

📋 copy color: '#F34F5D'

red 243 ◦ green 79 ◦ blue 93

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

Shades of Radical Red #F34F5D

Tints of Radical Red #F34F5D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.04%

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

R = 58.55%
G = 19.04%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F34F5D (or 0xF34F5D) is known color: Radical Red. HEX triplet: F3, 4F and 5D. RGB value is (243,79,93). Sum of RGB (Red+Green+Blue) = 243+79+93=415 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.55% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 243 - color contains mainly: red. Hex color #F34F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F34F5D is #0CB0A2. Grayscale: #818181. Windows color (decimal): -831651 or 6115315. OLE color: 6115315.

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

Color convert

RGB 243 79 93 -
CMYK 0 0.67 0.62 0.05
HSL 354.88º 0.87% 0.63% -
HSV(B) 354.88º 0.67% 0.95% -
XYZ 41.73 25.44 13.07 -
YUV 129.63 107.33 208.86 -
System Red Green Blue C M Y K H S L
Decimal 243 79 93 0 0.67 0.62 0.05 354.88 0.87 0.63
Hex F3 4F 5D 0 43 3E 5 163 57 3F
Octal 363 117 135 0 103 76 5 543 127 77
Binary 11110011 1001111 1011101 0 1000011 111110 101 101100011 1010111 111111

Color Harmonies of #F34F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34F5D

Black with #F34F5D

Text Example


Text Example

White with #F34F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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