Html Css Color HEX #F33A70 Radical Red

📋 copy color: '#F33A70'

red 243 ◦ green 58 ◦ blue 112

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

Shades of Radical Red #F33A70

Tints of Radical Red #F33A70

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.04%

 BLUE value IS 112 (44.14% from 255) = 27.12%

R = 58.84%
G = 14.04%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F33A70 (or 0xF33A70) is known color: Radical Red. HEX triplet: F3, 3A and 70. RGB value is (243,58,112). Sum of RGB (Red+Green+Blue) = 243+58+112=413 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.84% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 243 - color contains mainly: red. Hex color #F33A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33A70 is #0CC58F. Grayscale: #777777. Windows color (decimal): -837008 or 7355123. OLE color: 7355123.

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

Color convert

RGB 243 58 112 -
CMYK 0 0.76 0.54 0.05
HSL 342.49º 0.89% 0.59% -
HSV(B) 342.49º 0.76% 0.95% -
XYZ 41.4 23.25 17.64 -
YUV 119.47 123.79 216.11 -
System Red Green Blue C M Y K H S L
Decimal 243 58 112 0 0.76 0.54 0.05 342.49 0.89 0.59
Hex F3 3A 70 0 4C 36 5 156 59 3B
Octal 363 72 160 0 114 66 5 526 131 73
Binary 11110011 111010 1110000 0 1001100 110110 101 101010110 1011001 111011

Color Harmonies of #F33A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33A70

Black with #F33A70

Text Example


Text Example

White with #F33A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33A70; }

 p { color: rgb(243,58,112); }

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

background-color css

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

 a { background-color: rgb(243,58,112); }

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

border-color css

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

 span { border-color: rgb(243,58,112); }

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