Html Css Color HEX #FF2E5C Radical Red

📋 copy color: '#FF2E5C'

red 255 ◦ green 46 ◦ blue 92

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

Shades of Radical Red #FF2E5C

Tints of Radical Red #FF2E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.41%

R = 64.89%
G = 11.7%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF2E5C (or 0xFF2E5C) is known color: Radical Red. HEX triplet: FF, 2E and 5C. RGB value is (255,46,92). Sum of RGB (Red+Green+Blue) = 255+46+92=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 46 (18.36% from 255 or 11.70% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2E5C is #00D1A3. Grayscale: #717171. Windows color (decimal): -53668 or 6041343. OLE color: 6041343.

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

Color convert

RGB 255 46 92 -
CMYK 0 0.82 0.64 0
HSL 346.79º 1% 0.59% -
HSV(B) 346.79º 0.82% 1% -
XYZ 44.15 23.99 12.43 -
YUV 113.74 115.74 228.76 -
System Red Green Blue C M Y K H S L
Decimal 255 46 92 0 0.82 0.64 0 346.79 1 0.59
Hex FF 2E 5C 0 52 40 0 15B 64 3B
Octal 377 56 134 0 122 100 0 533 144 73
Binary 11111111 101110 1011100 0 1010010 1000000 0 101011011 1100100 111011

Color Harmonies of #FF2E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2E5C

Black with #FF2E5C

Text Example


Text Example

White with #FF2E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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