Html Css Color HEX #F3405D Radical Red

📋 copy color: '#F3405D'

red 243 ◦ green 64 ◦ blue 93

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

Shades of Radical Red #F3405D

Tints of Radical Red #F3405D

RGB

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

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

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

R = 60.75%
G = 16%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F3405D (or 0xF3405D) is known color: Radical Red. HEX triplet: F3, 40 and 5D. RGB value is (243,64,93). Sum of RGB (Red+Green+Blue) = 243+64+93=400 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.75% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 243 - color contains mainly: red. Hex color #F3405D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3405D is #0CBFA2. Grayscale: #787878. Windows color (decimal): -835491 or 6111475. OLE color: 6111475.

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

Color convert

RGB 243 64 93 -
CMYK 0 0.74 0.62 0.05
HSL 350.28º 0.88% 0.6% -
HSV(B) 350.28º 0.74% 0.95% -
XYZ 40.77 23.51 12.75 -
YUV 120.83 112.3 215.14 -
System Red Green Blue C M Y K H S L
Decimal 243 64 93 0 0.74 0.62 0.05 350.28 0.88 0.6
Hex F3 40 5D 0 4A 3E 5 15E 58 3C
Octal 363 100 135 0 112 76 5 536 130 74
Binary 11110011 1000000 1011101 0 1001010 111110 101 101011110 1011000 111100

Color Harmonies of #F3405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3405D

Black with #F3405D

Text Example


Text Example

White with #F3405D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3405D; }

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

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

background-color css

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

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

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

border-color css

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

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

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