Html Css Color HEX #FF216E Radical Red

📋 copy color: '#FF216E'

red 255 ◦ green 33 ◦ blue 110

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

Shades of Radical Red #FF216E

Tints of Radical Red #FF216E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.29%

 BLUE value IS 110 (43.36% from 255) = 27.64%

R = 64.07%
G = 8.29%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#FF216E (or 0xFF216E) is known color: Radical Red. HEX triplet: FF, 21 and 6E. RGB value is (255,33,110). Sum of RGB (Red+Green+Blue) = 255+33+110=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF216E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF216E is #00DE91. Grayscale: #6C6C6C. Windows color (decimal): -56978 or 7217663. OLE color: 7217663.

HSL color Cylindrical-coordinate representation of color #FF216E: hue angle of 339.19º 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 #FF216E is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.

Color convert

RGB 255 33 110 -
CMYK 0 0.87 0.57 0
HSL 339.19º 1% 0.56% -
HSV(B) 339.19º 0.87% 1% -
XYZ 44.6 23.47 16.93 -
YUV 108.16 129.05 232.74 -
System Red Green Blue C M Y K H S L
Decimal 255 33 110 0 0.87 0.57 0 339.19 1 0.56
Hex FF 21 6E 0 57 39 0 153 64 38
Octal 377 41 156 0 127 71 0 523 144 70
Binary 11111111 100001 1101110 0 1010111 111001 0 101010011 1100100 111000

Color Harmonies of #FF216E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF216E

Black with #FF216E

Text Example


Text Example

White with #FF216E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF216E; }

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

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

background-color css

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

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

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

border-color css

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

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

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