Html Css Color HEX #F33770 Radical Red

📋 copy color: '#F33770'

red 243 ◦ green 55 ◦ blue 112

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

Shades of Radical Red #F33770

Tints of Radical Red #F33770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.41%

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

R = 59.27%
G = 13.41%
B = 27.32%

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

#F33770 (or 0xF33770) is known color: Radical Red. HEX triplet: F3, 37 and 70. RGB value is (243,55,112). Sum of RGB (Red+Green+Blue) = 243+55+112=410 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.27% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 243 - color contains mainly: red. Hex color #F33770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33770 is #0CC88F. Grayscale: #757575. Windows color (decimal): -837776 or 7354355. OLE color: 7354355.

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

Color convert

RGB 243 55 112 -
CMYK 0 0.77 0.54 0.05
HSL 341.81º 0.89% 0.58% -
HSV(B) 341.81º 0.77% 0.95% -
XYZ 41.25 22.96 17.59 -
YUV 117.71 124.78 217.37 -
System Red Green Blue C M Y K H S L
Decimal 243 55 112 0 0.77 0.54 0.05 341.81 0.89 0.58
Hex F3 37 70 0 4D 36 5 156 59 3A
Octal 363 67 160 0 115 66 5 526 131 72
Binary 11110011 110111 1110000 0 1001101 110110 101 101010110 1011001 111010

Color Harmonies of #F33770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33770

Black with #F33770

Text Example


Text Example

White with #F33770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33770; }

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

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

background-color css

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

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

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

border-color css

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

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

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