Html Css Color HEX #FF2E69 Radical Red

📋 copy color: '#FF2E69'

red 255 ◦ green 46 ◦ blue 105

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

Shades of Radical Red #FF2E69

Tints of Radical Red #FF2E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.86%

R = 62.81%
G = 11.33%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0

RGB Variations

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

Color information

#FF2E69 (or 0xFF2E69) is known color: Radical Red. HEX triplet: FF, 2E and 69. RGB value is (255,46,105). Sum of RGB (Red+Green+Blue) = 255+46+105=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 46 (18.36% from 255 or 11.33% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2E69 is #00D196. Grayscale: #737373. Windows color (decimal): -53655 or 6893311. OLE color: 6893311.

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

Color convert

RGB 255 46 105 -
CMYK 0 0.82 0.59 0
HSL 343.06º 1% 0.59% -
HSV(B) 343.06º 0.82% 1% -
XYZ 44.77 24.23 15.68 -
YUV 115.22 122.24 227.7 -
System Red Green Blue C M Y K H S L
Decimal 255 46 105 0 0.82 0.59 0 343.06 1 0.59
Hex FF 2E 69 0 52 3B 0 157 64 3B
Octal 377 56 151 0 122 73 0 527 144 73
Binary 11111111 101110 1101001 0 1010010 111011 0 101010111 1100100 111011

Color Harmonies of #FF2E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2E69

Black with #FF2E69

Text Example


Text Example

White with #FF2E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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