Html Css Color HEX #F3424D Radical Red

📋 copy color: '#F3424D'

red 243 ◦ green 66 ◦ blue 77

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

Shades of Radical Red #F3424D

Tints of Radical Red #F3424D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.1%

 BLUE value IS 77 (30.47% from 255) = 19.95%

R = 62.95%
G = 17.1%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F3424D (or 0xF3424D) is known color: Radical Red. HEX triplet: F3, 42 and 4D. RGB value is (243,66,77). Sum of RGB (Red+Green+Blue) = 243+66+77=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F3424D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3424D is #0CBDB2. Grayscale: #787878. Windows color (decimal): -834995 or 5063411. OLE color: 5063411.

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

Color convert

RGB 243 66 77 -
CMYK 0 0.73 0.68 0.05
HSL 356.27º 0.88% 0.61% -
HSV(B) 356.27º 0.73% 0.95% -
XYZ 40.25 23.49 9.43 -
YUV 120.18 103.64 215.61 -
System Red Green Blue C M Y K H S L
Decimal 243 66 77 0 0.73 0.68 0.05 356.27 0.88 0.61
Hex F3 42 4D 0 49 44 5 164 58 3D
Octal 363 102 115 0 111 104 5 544 130 75
Binary 11110011 1000010 1001101 0 1001001 1000100 101 101100100 1011000 111101

Color Harmonies of #F3424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3424D

Black with #F3424D

Text Example


Text Example

White with #F3424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3424D; }

 p { color: rgb(243,66,77); }

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

background-color css

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

 a { background-color: rgb(243,66,77); }

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

border-color css

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

 span { border-color: rgb(243,66,77); }

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