#FF216A

Color #FF216A Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #FF216A

Tints of Radical Red #FF216A

Color information

#FF216A (or 0xFF216A) is unknown color: approx Radical Red. HEX triplet: FF, 21 and 6A. RGB value is (255,33,106). Sum of RGB (Red+Green+Blue) = 255+33+106=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF216A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF216A is #00DE95. Grayscale: #6B6B6B. Windows color (decimal): -56982 or 6955519. OLE color: 6955519.

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

Color convert

RGB25533106-
CMYK00.870.580
HSL340.27º100%56.47%-
HSV(B)340.27º87.06%100%-
XYZ44.3923.3915.81-
YUV107.7127.05233.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.72%
GREEN value IS 33 (13.28% from 255) = 8.38%
BLUE value IS 106 (41.80% from 255) = 26.90%
R=64.72%
G=8.38%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553310600.870.580340.2710056.47
HexFF216A0573A01546438
Octal37741152012772052414470
Binary1111111110000111010100101011111101001010101001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF216A; }

 p { color: rgb(255,33,106); }

 H1.HeaderClassName
 {
   color: #FF216A;
 }
 .AnyTagClassName
 {
   color: #FF216A;
 }
</style>
background-color css

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

 a { background-color: rgb(255,33,106); }

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

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

 span { border-color: rgb(255,33,106); }

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