Html Css Color HEX #FF2B73 Radical Red

📋 copy color: '#FF2B73'

red 255 ◦ green 43 ◦ blue 115

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

Shades of Radical Red #FF2B73

Tints of Radical Red #FF2B73

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.41%

 BLUE value IS 115 (45.31% from 255) = 27.85%

R = 61.74%
G = 10.41%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF2B73 (or 0xFF2B73) is known color: Radical Red. HEX triplet: FF, 2B and 73. RGB value is (255,43,115). Sum of RGB (Red+Green+Blue) = 255+43+115=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2B73 is #00D48C. Grayscale: #727272. Windows color (decimal): -54413 or 7547903. OLE color: 7547903.

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

Color convert

RGB 255 43 115 -
CMYK 0 0.83 0.55 0
HSL 339.62º 1% 0.58% -
HSV(B) 339.62º 0.83% 1% -
XYZ 45.2 24.23 18.51 -
YUV 114.6 128.24 228.15 -
System Red Green Blue C M Y K H S L
Decimal 255 43 115 0 0.83 0.55 0 339.62 1 0.58
Hex FF 2B 73 0 53 37 0 154 64 3A
Octal 377 53 163 0 123 67 0 524 144 72
Binary 11111111 101011 1110011 0 1010011 110111 0 101010100 1100100 111010

Color Harmonies of #FF2B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2B73

Black with #FF2B73

Text Example


Text Example

White with #FF2B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2B73; }

 p { color: rgb(255,43,115); }

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

background-color css

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

 a { background-color: rgb(255,43,115); }

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

border-color css

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

 span { border-color: rgb(255,43,115); }

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