Html Css Color HEX #F3345F Radical Red

📋 copy color: '#F3345F'

red 243 ◦ green 52 ◦ blue 95

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

Shades of Radical Red #F3345F

Tints of Radical Red #F3345F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.36%

R = 62.31%
G = 13.33%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F3345F (or 0xF3345F) is known color: Radical Red. HEX triplet: F3, 34 and 5F. RGB value is (243,52,95). Sum of RGB (Red+Green+Blue) = 243+52+95=390 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.31% from 390); Green value is 52 (20.70% from 255 or 13.33% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 243 - color contains mainly: red. Hex color #F3345F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3345F is #0CCBA0. Grayscale: #727272. Windows color (decimal): -838561 or 6239475. OLE color: 6239475.

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

Color convert

RGB 243 52 95 -
CMYK 0 0.79 0.61 0.05
HSL 346.49º 0.89% 0.58% -
HSV(B) 346.49º 0.79% 0.95% -
XYZ 40.26 22.34 13.02 -
YUV 114.01 117.28 220 -
System Red Green Blue C M Y K H S L
Decimal 243 52 95 0 0.79 0.61 0.05 346.49 0.89 0.58
Hex F3 34 5F 0 4F 3D 5 15A 59 3A
Octal 363 64 137 0 117 75 5 532 131 72
Binary 11110011 110100 1011111 0 1001111 111101 101 101011010 1011001 111010

Color Harmonies of #F3345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3345F

Black with #F3345F

Text Example


Text Example

White with #F3345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3345F; }

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

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

background-color css

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

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

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

border-color css

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

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

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