Html Css Color HEX #F3365A Radical Red

📋 copy color: '#F3365A'

red 243 ◦ green 54 ◦ blue 90

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

Shades of Radical Red #F3365A

Tints of Radical Red #F3365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.95%

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

R = 62.79%
G = 13.95%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F3365A (or 0xF3365A) is known color: Radical Red. HEX triplet: F3, 36 and 5A. RGB value is (243,54,90). Sum of RGB (Red+Green+Blue) = 243+54+90=387 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.79% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 243 - color contains mainly: red. Hex color #F3365A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3365A is #0CC9A5. Grayscale: #727272. Windows color (decimal): -838054 or 5912307. OLE color: 5912307.

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

Color convert

RGB 243 54 90 -
CMYK 0 0.78 0.63 0.05
HSL 348.57º 0.89% 0.58% -
HSV(B) 348.57º 0.78% 0.95% -
XYZ 40.13 22.43 11.89 -
YUV 114.62 114.12 219.57 -
System Red Green Blue C M Y K H S L
Decimal 243 54 90 0 0.78 0.63 0.05 348.57 0.89 0.58
Hex F3 36 5A 0 4E 3F 5 15D 59 3A
Octal 363 66 132 0 116 77 5 535 131 72
Binary 11110011 110110 1011010 0 1001110 111111 101 101011101 1011001 111010

Color Harmonies of #F3365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3365A

Black with #F3365A

Text Example


Text Example

White with #F3365A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3365A; }

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

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

background-color css

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

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

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

border-color css

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

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

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