Html Css Color HEX #FF1E6E Radical Red

📋 copy color: '#FF1E6E'

red 255 ◦ green 30 ◦ blue 110

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

Shades of Radical Red #FF1E6E

Tints of Radical Red #FF1E6E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.59%

 BLUE value IS 110 (43.36% from 255) = 27.85%

R = 64.56%
G = 7.59%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#FF1E6E (or 0xFF1E6E) is known color: Radical Red. HEX triplet: FF, 1E and 6E. RGB value is (255,30,110). Sum of RGB (Red+Green+Blue) = 255+30+110=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1E6E is #00E191. Grayscale: #6A6A6A. Windows color (decimal): -57746 or 7216895. OLE color: 7216895.

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

Color convert

RGB 255 30 110 -
CMYK 0 0.88 0.57 0
HSL 338.67º 1% 0.56% -
HSV(B) 338.67º 0.88% 1% -
XYZ 44.52 23.31 16.91 -
YUV 106.4 130.04 234 -
System Red Green Blue C M Y K H S L
Decimal 255 30 110 0 0.88 0.57 0 338.67 1 0.56
Hex FF 1E 6E 0 58 39 0 153 64 38
Octal 377 36 156 0 130 71 0 523 144 70
Binary 11111111 11110 1101110 0 1011000 111001 0 101010011 1100100 111000

Color Harmonies of #FF1E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1E6E

Black with #FF1E6E

Text Example


Text Example

White with #FF1E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1E6E; }

 p { color: rgb(255,30,110); }

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

background-color css

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

 a { background-color: rgb(255,30,110); }

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

border-color css

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

 span { border-color: rgb(255,30,110); }

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