Html Css Color HEX #FF2255 Radical Red

📋 copy color: '#FF2255'

red 255 ◦ green 34 ◦ blue 85

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

Shades of Radical Red #FF2255

Tints of Radical Red #FF2255

RGB

 RED value IS 255 (100% from 255) = 68.18%

 GREEN value IS 34 (13.67% from 255) = 9.09%

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

R = 68.18%
G = 9.09%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FF2255 (or 0xFF2255) is known color: Radical Red. HEX triplet: FF, 22 and 55. RGB value is (255,34,85). Sum of RGB (Red+Green+Blue) = 255+34+85=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 34 (13.67% from 255 or 9.09% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2255 is #00DDAA. Grayscale: #696969. Windows color (decimal): -56747 or 5579519. OLE color: 5579519.

HSL color Cylindrical-coordinate representation of color #FF2255: hue angle of 346.15º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2255 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.

Color convert

RGB 255 34 85 -
CMYK 0 0.87 0.67 0
HSL 346.15º 1% 0.57% -
HSV(B) 346.15º 0.87% 1% -
XYZ 43.45 23.06 10.76 -
YUV 105.89 116.22 234.35 -
System Red Green Blue C M Y K H S L
Decimal 255 34 85 0 0.87 0.67 0 346.15 1 0.57
Hex FF 22 55 0 57 43 0 15A 64 39
Octal 377 42 125 0 127 103 0 532 144 71
Binary 11111111 100010 1010101 0 1010111 1000011 0 101011010 1100100 111001

Color Harmonies of #FF2255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2255

Black with #FF2255

Text Example


Text Example

White with #FF2255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2255; }

 p { color: rgb(255,34,85); }

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

background-color css

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

 a { background-color: rgb(255,34,85); }

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

border-color css

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

 span { border-color: rgb(255,34,85); }

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