Html Css Color HEX #FF1C6B Radical Red

📋 copy color: '#FF1C6B'

red 255 ◦ green 28 ◦ blue 107

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

Shades of Radical Red #FF1C6B

Tints of Radical Red #FF1C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.44%

R = 65.38%
G = 7.18%
B = 27.44%

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

#FF1C6B (or 0xFF1C6B) is known color: Radical Red. HEX triplet: FF, 1C and 6B. RGB value is (255,28,107). Sum of RGB (Red+Green+Blue) = 255+28+107=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1C6B is #00E394. Grayscale: #686868. Windows color (decimal): -58261 or 7019775. OLE color: 7019775.

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

Color convert

RGB 255 28 107 -
CMYK 0 0.89 0.58 0
HSL 339.12º 1% 0.55% -
HSV(B) 339.12º 0.89% 1% -
XYZ 44.31 23.15 16.04 -
YUV 104.88 129.21 235.08 -
System Red Green Blue C M Y K H S L
Decimal 255 28 107 0 0.89 0.58 0 339.12 1 0.55
Hex FF 1C 6B 0 59 3A 0 153 64 37
Octal 377 34 153 0 131 72 0 523 144 67
Binary 11111111 11100 1101011 0 1011001 111010 0 101010011 1100100 110111

Color Harmonies of #FF1C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1C6B

Black with #FF1C6B

Text Example


Text Example

White with #FF1C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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