Html Css Color HEX #F3345D Radical Red

📋 copy color: '#F3345D'

red 243 ◦ green 52 ◦ blue 93

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

Shades of Radical Red #F3345D

Tints of Radical Red #F3345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.4%

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

R = 62.63%
G = 13.4%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F3345D (or 0xF3345D) is known color: Radical Red. HEX triplet: F3, 34 and 5D. RGB value is (243,52,93). Sum of RGB (Red+Green+Blue) = 243+52+93=388 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.63% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 243 - color contains mainly: red. Hex color #F3345D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3345D is #0CCBA2. Grayscale: #717171. Windows color (decimal): -838563 or 6108403. OLE color: 6108403.

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

Color convert

RGB 243 52 93 -
CMYK 0 0.79 0.62 0.05
HSL 347.12º 0.89% 0.58% -
HSV(B) 347.12º 0.79% 0.95% -
XYZ 40.17 22.3 12.54 -
YUV 113.78 116.28 220.17 -
System Red Green Blue C M Y K H S L
Decimal 243 52 93 0 0.79 0.62 0.05 347.12 0.89 0.58
Hex F3 34 5D 0 4F 3E 5 15B 59 3A
Octal 363 64 135 0 117 76 5 533 131 72
Binary 11110011 110100 1011101 0 1001111 111110 101 101011011 1011001 111010

Color Harmonies of #F3345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3345D

Black with #F3345D

Text Example


Text Example

White with #F3345D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3345D; }

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

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

background-color css

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

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

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

border-color css

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

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

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