Html Css Color HEX #FF2E6C Radical Red

📋 copy color: '#FF2E6C'

red 255 ◦ green 46 ◦ blue 108

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

Shades of Radical Red #FF2E6C

Tints of Radical Red #FF2E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.41%

R = 62.35%
G = 11.25%
B = 26.41%

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

#FF2E6C (or 0xFF2E6C) is known color: Radical Red. HEX triplet: FF, 2E and 6C. RGB value is (255,46,108). Sum of RGB (Red+Green+Blue) = 255+46+108=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 46 (18.36% from 255 or 11.25% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2E6C is #00D193. Grayscale: #737373. Windows color (decimal): -53652 or 7089919. OLE color: 7089919.

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

Color convert

RGB 255 46 108 -
CMYK 0 0.82 0.58 0
HSL 342.2º 1% 0.59% -
HSV(B) 342.2º 0.82% 1% -
XYZ 44.92 24.3 16.51 -
YUV 115.56 123.74 227.46 -
System Red Green Blue C M Y K H S L
Decimal 255 46 108 0 0.82 0.58 0 342.2 1 0.59
Hex FF 2E 6C 0 52 3A 0 156 64 3B
Octal 377 56 154 0 122 72 0 526 144 73
Binary 11111111 101110 1101100 0 1010010 111010 0 101010110 1100100 111011

Color Harmonies of #FF2E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2E6C

Black with #FF2E6C

Text Example


Text Example

White with #FF2E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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