Html Css Color HEX #FF1C70 Radical Red

📋 copy color: '#FF1C70'

red 255 ◦ green 28 ◦ blue 112

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

Shades of Radical Red #FF1C70

Tints of Radical Red #FF1C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.35%

R = 64.56%
G = 7.09%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF1C70 (or 0xFF1C70) is known color: Radical Red. HEX triplet: FF, 1C and 70. RGB value is (255,28,112). Sum of RGB (Red+Green+Blue) = 255+28+112=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1C70 is #00E38F. Grayscale: #696969. Windows color (decimal): -58256 or 7347455. OLE color: 7347455.

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

Color convert

RGB 255 28 112 -
CMYK 0 0.89 0.56 0
HSL 337.8º 1% 0.55% -
HSV(B) 337.8º 0.89% 1% -
XYZ 44.58 23.26 17.47 -
YUV 105.45 131.71 234.67 -
System Red Green Blue C M Y K H S L
Decimal 255 28 112 0 0.89 0.56 0 337.8 1 0.55
Hex FF 1C 70 0 59 38 0 152 64 37
Octal 377 34 160 0 131 70 0 522 144 67
Binary 11111111 11100 1110000 0 1011001 111000 0 101010010 1100100 110111

Color Harmonies of #FF1C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1C70

Black with #FF1C70

Text Example


Text Example

White with #FF1C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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