Html Css Color HEX #F34350 Radical Red

📋 copy color: '#F34350'

red 243 ◦ green 67 ◦ blue 80

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

Shades of Radical Red #F34350

Tints of Radical Red #F34350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.18%

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

R = 62.31%
G = 17.18%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F34350 (or 0xF34350) is known color: Radical Red. HEX triplet: F3, 43 and 50. RGB value is (243,67,80). Sum of RGB (Red+Green+Blue) = 243+67+80=390 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.31% from 390); Green value is 67 (26.56% from 255 or 17.18% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 243 - color contains mainly: red. Hex color #F34350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34350 is #0CBCAF. Grayscale: #797979. Windows color (decimal): -834736 or 5260275. OLE color: 5260275.

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

Color convert

RGB 243 67 80 -
CMYK 0 0.72 0.67 0.05
HSL 355.57º 0.88% 0.61% -
HSV(B) 355.57º 0.72% 0.95% -
XYZ 40.42 23.65 10.02 -
YUV 121.11 104.81 214.94 -
System Red Green Blue C M Y K H S L
Decimal 243 67 80 0 0.72 0.67 0.05 355.57 0.88 0.61
Hex F3 43 50 0 48 43 5 164 58 3D
Octal 363 103 120 0 110 103 5 544 130 75
Binary 11110011 1000011 1010000 0 1001000 1000011 101 101100100 1011000 111101

Color Harmonies of #F34350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34350

Black with #F34350

Text Example


Text Example

White with #F34350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34350; }

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

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

background-color css

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

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

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

border-color css

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

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

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