Html Css Color HEX #FF1E6C Radical Red

📋 copy color: '#FF1E6C'

red 255 ◦ green 30 ◦ blue 108

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

Shades of Radical Red #FF1E6C

Tints of Radical Red #FF1E6C

RGB

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

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

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

R = 64.89%
G = 7.63%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF1E6C (or 0xFF1E6C) is known color: Radical Red. HEX triplet: FF, 1E and 6C. RGB value is (255,30,108). Sum of RGB (Red+Green+Blue) = 255+30+108=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1E6C is #00E193. Grayscale: #6A6A6A. Windows color (decimal): -57748 or 7085823. OLE color: 7085823.

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

Color convert

RGB 255 30 108 -
CMYK 0 0.88 0.58 0
HSL 339.2º 1% 0.56% -
HSV(B) 339.2º 0.88% 1% -
XYZ 44.41 23.27 16.34 -
YUV 106.17 129.04 234.16 -
System Red Green Blue C M Y K H S L
Decimal 255 30 108 0 0.88 0.58 0 339.2 1 0.56
Hex FF 1E 6C 0 58 3A 0 153 64 38
Octal 377 36 154 0 130 72 0 523 144 70
Binary 11111111 11110 1101100 0 1011000 111010 0 101010011 1100100 111000

Color Harmonies of #FF1E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1E6C

Black with #FF1E6C

Text Example


Text Example

White with #FF1E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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