Html Css Color HEX #FF1C62 Radical Red

📋 copy color: '#FF1C62'

red 255 ◦ green 28 ◦ blue 98

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

Shades of Radical Red #FF1C62

Tints of Radical Red #FF1C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.72%

R = 66.93%
G = 7.35%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FF1C62 (or 0xFF1C62) is known color: Radical Red. HEX triplet: FF, 1C and 62. RGB value is (255,28,98). Sum of RGB (Red+Green+Blue) = 255+28+98=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1C62 is #00E39D. Grayscale: #676767. Windows color (decimal): -58270 or 6429951. OLE color: 6429951.

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

Color convert

RGB 255 28 98 -
CMYK 0 0.89 0.62 0
HSL 341.5º 1% 0.55% -
HSV(B) 341.5º 0.89% 1% -
XYZ 43.86 22.97 13.68 -
YUV 103.85 124.71 235.81 -
System Red Green Blue C M Y K H S L
Decimal 255 28 98 0 0.89 0.62 0 341.5 1 0.55
Hex FF 1C 62 0 59 3E 0 155 64 37
Octal 377 34 142 0 131 76 0 525 144 67
Binary 11111111 11100 1100010 0 1011001 111110 0 101010101 1100100 110111

Color Harmonies of #FF1C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1C62

Black with #FF1C62

Text Example


Text Example

White with #FF1C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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