Html Css Color HEX #FF2E6B Radical Red

📋 copy color: '#FF2E6B'

red 255 ◦ green 46 ◦ blue 107

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

Shades of Radical Red #FF2E6B

Tints of Radical Red #FF2E6B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.27%

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

R = 62.5%
G = 11.27%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF2E6B (or 0xFF2E6B) is known color: Radical Red. HEX triplet: FF, 2E and 6B. RGB value is (255,46,107). Sum of RGB (Red+Green+Blue) = 255+46+107=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 46 (18.36% from 255 or 11.27% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2E6B is #00D194. Grayscale: #737373. Windows color (decimal): -53653 or 7024383. OLE color: 7024383.

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

Color convert

RGB 255 46 107 -
CMYK 0 0.82 0.58 0
HSL 342.49º 1% 0.59% -
HSV(B) 342.49º 0.82% 1% -
XYZ 44.87 24.28 16.23 -
YUV 115.45 123.24 227.54 -
System Red Green Blue C M Y K H S L
Decimal 255 46 107 0 0.82 0.58 0 342.49 1 0.59
Hex FF 2E 6B 0 52 3A 0 156 64 3B
Octal 377 56 153 0 122 72 0 526 144 73
Binary 11111111 101110 1101011 0 1010010 111010 0 101010110 1100100 111011

Color Harmonies of #FF2E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2E6B

Black with #FF2E6B

Text Example


Text Example

White with #FF2E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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