Html Css Color HEX #FC1C62 Radical Red

📋 copy color: '#FC1C62'

red 252 ◦ green 28 ◦ blue 98

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

Shades of Radical Red #FC1C62

Tints of Radical Red #FC1C62

RGB

 RED value IS 252 (98.83% from 255) = 66.67%

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

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

R = 66.67%
G = 7.41%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FC1C62 (or 0xFC1C62) is known color: Radical Red. HEX triplet: FC, 1C and 62. RGB value is (252,28,98). Sum of RGB (Red+Green+Blue) = 252+28+98=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1C62 is #03E39D. Grayscale: #666666. Windows color (decimal): -254878 or 6429948. OLE color: 6429948.

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

Color convert

RGB 252 28 98 -
CMYK 0 0.89 0.61 0.01
HSL 341.25º 0.97% 0.55% -
HSV(B) 341.25º 0.89% 0.99% -
XYZ 42.76 22.41 13.63 -
YUV 102.96 125.21 234.31 -
System Red Green Blue C M Y K H S L
Decimal 252 28 98 0 0.89 0.61 0.01 341.25 0.97 0.55
Hex FC 1C 62 0 59 3D 1 155 61 37
Octal 374 34 142 0 131 75 1 525 141 67
Binary 11111100 11100 1100010 0 1011001 111101 1 101010101 1100001 110111

Color Harmonies of #FC1C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1C62

Black with #FC1C62

Text Example


Text Example

White with #FC1C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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