Html Css Color HEX #FF2165 Radical Red

📋 copy color: '#FF2165'

red 255 ◦ green 33 ◦ blue 101

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

Shades of Radical Red #FF2165

Tints of Radical Red #FF2165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.96%

R = 65.55%
G = 8.48%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FF2165 (or 0xFF2165) is known color: Radical Red. HEX triplet: FF, 21 and 65. RGB value is (255,33,101). Sum of RGB (Red+Green+Blue) = 255+33+101=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2165 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2165 is #00DE9A. Grayscale: #6B6B6B. Windows color (decimal): -56987 or 6627839. OLE color: 6627839.

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

Color convert

RGB 255 33 101 -
CMYK 0 0.87 0.60 0
HSL 341.62º 1% 0.56% -
HSV(B) 341.62º 0.87% 1% -
XYZ 44.13 23.29 14.48 -
YUV 107.13 124.55 233.47 -
System Red Green Blue C M Y K H S L
Decimal 255 33 101 0 0.87 0.60 0 341.62 1 0.56
Hex FF 21 65 0 57 3C 0 156 64 38
Octal 377 41 145 0 127 74 0 526 144 70
Binary 11111111 100001 1100101 0 1010111 111100 0 101010110 1100100 111000

Color Harmonies of #FF2165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2165

Black with #FF2165

Text Example


Text Example

White with #FF2165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2165; }

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

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

background-color css

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

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

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

border-color css

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

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

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