Html Css Color HEX #F3405E Radical Red

📋 copy color: '#F3405E'

red 243 ◦ green 64 ◦ blue 94

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

Shades of Radical Red #F3405E

Tints of Radical Red #F3405E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.96%

 BLUE value IS 94 (37.11% from 255) = 23.44%

R = 60.6%
G = 15.96%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F3405E (or 0xF3405E) is known color: Radical Red. HEX triplet: F3, 40 and 5E. RGB value is (243,64,94). Sum of RGB (Red+Green+Blue) = 243+64+94=401 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.60% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 243 - color contains mainly: red. Hex color #F3405E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3405E is #0CBFA1. Grayscale: #797979. Windows color (decimal): -835490 or 6177011. OLE color: 6177011.

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

Color convert

RGB 243 64 94 -
CMYK 0 0.74 0.61 0.05
HSL 349.94º 0.88% 0.6% -
HSV(B) 349.94º 0.74% 0.95% -
XYZ 40.82 23.53 12.98 -
YUV 120.94 112.8 215.06 -
System Red Green Blue C M Y K H S L
Decimal 243 64 94 0 0.74 0.61 0.05 349.94 0.88 0.6
Hex F3 40 5E 0 4A 3D 5 15E 58 3C
Octal 363 100 136 0 112 75 5 536 130 74
Binary 11110011 1000000 1011110 0 1001010 111101 101 101011110 1011000 111100

Color Harmonies of #F3405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3405E

Black with #F3405E

Text Example


Text Example

White with #F3405E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3405E; }

 p { color: rgb(243,64,94); }

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

background-color css

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

 a { background-color: rgb(243,64,94); }

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

border-color css

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

 span { border-color: rgb(243,64,94); }

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