Html Css Color HEX #FC1B5C Radical Red

📋 copy color: '#FC1B5C'

red 252 ◦ green 27 ◦ blue 92

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

Shades of Radical Red #FC1B5C

Tints of Radical Red #FC1B5C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.28%

 BLUE value IS 92 (36.33% from 255) = 24.8%

R = 67.92%
G = 7.28%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC1B5C (or 0xFC1B5C) is known color: Radical Red. HEX triplet: FC, 1B and 5C. RGB value is (252,27,92). Sum of RGB (Red+Green+Blue) = 252+27+92=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1B5C is #03E4A3. Grayscale: #656565. Windows color (decimal): -255140 or 6036476. OLE color: 6036476.

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

Color convert

RGB 252 27 92 -
CMYK 0 0.89 0.63 0.01
HSL 342.67º 0.97% 0.55% -
HSV(B) 342.67º 0.89% 0.99% -
XYZ 42.47 22.25 12.18 -
YUV 101.69 122.54 235.21 -
System Red Green Blue C M Y K H S L
Decimal 252 27 92 0 0.89 0.63 0.01 342.67 0.97 0.55
Hex FC 1B 5C 0 59 3F 1 157 61 37
Octal 374 33 134 0 131 77 1 527 141 67
Binary 11111100 11011 1011100 0 1011001 111111 1 101010111 1100001 110111

Color Harmonies of #FC1B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1B5C

Black with #FC1B5C

Text Example


Text Example

White with #FC1B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1B5C; }

 p { color: rgb(252,27,92); }

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

background-color css

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

 a { background-color: rgb(252,27,92); }

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

border-color css

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

 span { border-color: rgb(252,27,92); }

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