Html Css Color HEX #F33970 Radical Red

📋 copy color: '#F33970'

red 243 ◦ green 57 ◦ blue 112

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

Shades of Radical Red #F33970

Tints of Radical Red #F33970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.83%

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

R = 58.98%
G = 13.83%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F33970 (or 0xF33970) is known color: Radical Red. HEX triplet: F3, 39 and 70. RGB value is (243,57,112). Sum of RGB (Red+Green+Blue) = 243+57+112=412 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.98% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 243 - color contains mainly: red. Hex color #F33970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33970 is #0CC68F. Grayscale: #767676. Windows color (decimal): -837264 or 7354867. OLE color: 7354867.

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

Color convert

RGB 243 57 112 -
CMYK 0 0.77 0.54 0.05
HSL 342.26º 0.89% 0.59% -
HSV(B) 342.26º 0.77% 0.95% -
XYZ 41.35 23.15 17.62 -
YUV 118.88 124.12 216.53 -
System Red Green Blue C M Y K H S L
Decimal 243 57 112 0 0.77 0.54 0.05 342.26 0.89 0.59
Hex F3 39 70 0 4D 36 5 156 59 3B
Octal 363 71 160 0 115 66 5 526 131 73
Binary 11110011 111001 1110000 0 1001101 110110 101 101010110 1011001 111011

Color Harmonies of #F33970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33970

Black with #F33970

Text Example


Text Example

White with #F33970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33970; }

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

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

background-color css

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

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

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

border-color css

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

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

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