Html Css Color HEX #FF216B Radical Red

📋 copy color: '#FF216B'

red 255 ◦ green 33 ◦ blue 107

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

Shades of Radical Red #FF216B

Tints of Radical Red #FF216B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.09%

R = 64.56%
G = 8.35%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF216B (or 0xFF216B) is known color: Radical Red. HEX triplet: FF, 21 and 6B. RGB value is (255,33,107). Sum of RGB (Red+Green+Blue) = 255+33+107=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF216B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF216B is #00DE94. Grayscale: #6B6B6B. Windows color (decimal): -56981 or 7021055. OLE color: 7021055.

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

Color convert

RGB 255 33 107 -
CMYK 0 0.87 0.58 0
HSL 340º 1% 0.56% -
HSV(B) 340º 0.87% 1% -
XYZ 44.44 23.41 16.09 -
YUV 107.81 127.55 232.98 -
System Red Green Blue C M Y K H S L
Decimal 255 33 107 0 0.87 0.58 0 340 1 0.56
Hex FF 21 6B 0 57 3A 0 154 64 38
Octal 377 41 153 0 127 72 0 524 144 70
Binary 11111111 100001 1101011 0 1010111 111010 0 101010100 1100100 111000

Color Harmonies of #FF216B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF216B

Black with #FF216B

Text Example


Text Example

White with #FF216B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF216B; }

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

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

background-color css

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

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

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

border-color css

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

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

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