Html Css Color HEX #FC1D6A Radical Red

📋 copy color: '#FC1D6A'

red 252 ◦ green 29 ◦ blue 106

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

Shades of Radical Red #FC1D6A

Tints of Radical Red #FC1D6A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.49%

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

R = 65.12%
G = 7.49%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC1D6A (or 0xFC1D6A) is known color: Radical Red. HEX triplet: FC, 1D and 6A. RGB value is (252,29,106). Sum of RGB (Red+Green+Blue) = 252+29+106=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1D6A is #03E295. Grayscale: #686868. Windows color (decimal): -254614 or 6954492. OLE color: 6954492.

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

Color convert

RGB 252 29 106 -
CMYK 0 0.88 0.58 0.01
HSL 339.28º 0.97% 0.55% -
HSV(B) 339.28º 0.88% 0.99% -
XYZ 43.19 22.61 15.72 -
YUV 104.46 128.88 233.24 -
System Red Green Blue C M Y K H S L
Decimal 252 29 106 0 0.88 0.58 0.01 339.28 0.97 0.55
Hex FC 1D 6A 0 58 3A 1 153 61 37
Octal 374 35 152 0 130 72 1 523 141 67
Binary 11111100 11101 1101010 0 1011000 111010 1 101010011 1100001 110111

Color Harmonies of #FC1D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1D6A

Black with #FC1D6A

Text Example


Text Example

White with #FC1D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1D6A; }

 p { color: rgb(252,29,106); }

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

background-color css

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

 a { background-color: rgb(252,29,106); }

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

border-color css

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

 span { border-color: rgb(252,29,106); }

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