Html Css Color HEX #F3345A Radical Red

📋 copy color: '#F3345A'

red 243 ◦ green 52 ◦ blue 90

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

Shades of Radical Red #F3345A

Tints of Radical Red #F3345A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.38%

R = 63.12%
G = 13.51%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F3345A (or 0xF3345A) is known color: Radical Red. HEX triplet: F3, 34 and 5A. RGB value is (243,52,90). Sum of RGB (Red+Green+Blue) = 243+52+90=385 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.12% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 243 - color contains mainly: red. Hex color #F3345A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3345A is #0CCBA5. Grayscale: #717171. Windows color (decimal): -838566 or 5911795. OLE color: 5911795.

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

Color convert

RGB 243 52 90 -
CMYK 0 0.79 0.63 0.05
HSL 348.06º 0.89% 0.58% -
HSV(B) 348.06º 0.79% 0.95% -
XYZ 40.04 22.25 11.86 -
YUV 113.44 114.78 220.41 -
System Red Green Blue C M Y K H S L
Decimal 243 52 90 0 0.79 0.63 0.05 348.06 0.89 0.58
Hex F3 34 5A 0 4F 3F 5 15C 59 3A
Octal 363 64 132 0 117 77 5 534 131 72
Binary 11110011 110100 1011010 0 1001111 111111 101 101011100 1011001 111010

Color Harmonies of #F3345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3345A

Black with #F3345A

Text Example


Text Example

White with #F3345A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3345A; }

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

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

background-color css

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

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

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

border-color css

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

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

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