Html Css Color HEX #F33C5E Radical Red

📋 copy color: '#F33C5E'

red 243 ◦ green 60 ◦ blue 94

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

Shades of Radical Red #F33C5E

Tints of Radical Red #F33C5E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.11%

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

R = 61.21%
G = 15.11%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F33C5E (or 0xF33C5E) is known color: Radical Red. HEX triplet: F3, 3C and 5E. RGB value is (243,60,94). Sum of RGB (Red+Green+Blue) = 243+60+94=397 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.21% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33C5E is #0CC3A1. Grayscale: #767676. Windows color (decimal): -836514 or 6175987. OLE color: 6175987.

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

Color convert

RGB 243 60 94 -
CMYK 0 0.75 0.61 0.05
HSL 348.85º 0.88% 0.59% -
HSV(B) 348.85º 0.75% 0.95% -
XYZ 40.6 23.09 12.91 -
YUV 118.59 114.13 216.74 -
System Red Green Blue C M Y K H S L
Decimal 243 60 94 0 0.75 0.61 0.05 348.85 0.88 0.59
Hex F3 3C 5E 0 4B 3D 5 15D 58 3B
Octal 363 74 136 0 113 75 5 535 130 73
Binary 11110011 111100 1011110 0 1001011 111101 101 101011101 1011000 111011

Color Harmonies of #F33C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33C5E

Black with #F33C5E

Text Example


Text Example

White with #F33C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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