Html Css Color HEX #F33155 Radical Red

📋 copy color: '#F33155'

red 243 ◦ green 49 ◦ blue 85

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

Shades of Radical Red #F33155

Tints of Radical Red #F33155

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13%

 BLUE value IS 85 (33.59% from 255) = 22.55%

R = 64.46%
G = 13%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F33155 (or 0xF33155) is known color: Radical Red. HEX triplet: F3, 31 and 55. RGB value is (243,49,85). Sum of RGB (Red+Green+Blue) = 243+49+85=377 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.46% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 243 - color contains mainly: red. Hex color #F33155 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33155 is #0CCEAA. Grayscale: #6F6F6F. Windows color (decimal): -839339 or 5583347. OLE color: 5583347.

HSL color Cylindrical-coordinate representation of color #F33155: hue angle of 348.87º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F33155 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 49 85 -
CMYK 0 0.80 0.65 0.05
HSL 348.87º 0.89% 0.57% -
HSV(B) 348.87º 0.8% 0.95% -
XYZ 39.7 21.91 10.73 -
YUV 111.11 113.27 222.07 -
System Red Green Blue C M Y K H S L
Decimal 243 49 85 0 0.80 0.65 0.05 348.87 0.89 0.57
Hex F3 31 55 0 50 41 5 15D 59 39
Octal 363 61 125 0 120 101 5 535 131 71
Binary 11110011 110001 1010101 0 1010000 1000001 101 101011101 1011001 111001

Color Harmonies of #F33155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33155

Black with #F33155

Text Example


Text Example

White with #F33155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33155; }

 p { color: rgb(243,49,85); }

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

background-color css

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

 a { background-color: rgb(243,49,85); }

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

border-color css

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

 span { border-color: rgb(243,49,85); }

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