Html Css Color HEX #F33D70 Radical Red

📋 copy color: '#F33D70'

red 243 ◦ green 61 ◦ blue 112

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

Shades of Radical Red #F33D70

Tints of Radical Red #F33D70

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.66%

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

R = 58.41%
G = 14.66%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F33D70 (or 0xF33D70) is known color: Radical Red. HEX triplet: F3, 3D and 70. RGB value is (243,61,112). Sum of RGB (Red+Green+Blue) = 243+61+112=416 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.41% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 243 - color contains mainly: red. Hex color #F33D70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33D70 is #0CC28F. Grayscale: #797979. Windows color (decimal): -836240 or 7355891. OLE color: 7355891.

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

Color convert

RGB 243 61 112 -
CMYK 0 0.75 0.54 0.05
HSL 343.19º 0.88% 0.6% -
HSV(B) 343.19º 0.75% 0.95% -
XYZ 41.56 23.56 17.69 -
YUV 121.23 122.8 214.85 -
System Red Green Blue C M Y K H S L
Decimal 243 61 112 0 0.75 0.54 0.05 343.19 0.88 0.6
Hex F3 3D 70 0 4B 36 5 157 58 3C
Octal 363 75 160 0 113 66 5 527 130 74
Binary 11110011 111101 1110000 0 1001011 110110 101 101010111 1011000 111100

Color Harmonies of #F33D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33D70

Black with #F33D70

Text Example


Text Example

White with #F33D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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