Html Css Color HEX #FF1C6A Radical Red

📋 copy color: '#FF1C6A'

red 255 ◦ green 28 ◦ blue 106

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

Shades of Radical Red #FF1C6A

Tints of Radical Red #FF1C6A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.2%

 BLUE value IS 106 (41.8% from 255) = 27.25%

R = 65.55%
G = 7.2%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF1C6A (or 0xFF1C6A) is known color: Radical Red. HEX triplet: FF, 1C and 6A. RGB value is (255,28,106). Sum of RGB (Red+Green+Blue) = 255+28+106=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1C6A is #00E395. Grayscale: #686868. Windows color (decimal): -58262 or 6954239. OLE color: 6954239.

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

Color convert

RGB 255 28 106 -
CMYK 0 0.89 0.58 0
HSL 339.38º 1% 0.55% -
HSV(B) 339.38º 0.89% 1% -
XYZ 44.26 23.13 15.77 -
YUV 104.77 128.71 235.16 -
System Red Green Blue C M Y K H S L
Decimal 255 28 106 0 0.89 0.58 0 339.38 1 0.55
Hex FF 1C 6A 0 59 3A 0 153 64 37
Octal 377 34 152 0 131 72 0 523 144 67
Binary 11111111 11100 1101010 0 1011001 111010 0 101010011 1100100 110111

Color Harmonies of #FF1C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1C6A

Black with #FF1C6A

Text Example


Text Example

White with #FF1C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1C6A; }

 p { color: rgb(255,28,106); }

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

background-color css

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

 a { background-color: rgb(255,28,106); }

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

border-color css

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

 span { border-color: rgb(255,28,106); }

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