Html Css Color HEX #FC1B5A Radical Red

📋 copy color: '#FC1B5A'

red 252 ◦ green 27 ◦ blue 90

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

Shades of Radical Red #FC1B5A

Tints of Radical Red #FC1B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.39%

R = 68.29%
G = 7.32%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC1B5A (or 0xFC1B5A) is known color: Radical Red. HEX triplet: FC, 1B and 5A. RGB value is (252,27,90). Sum of RGB (Red+Green+Blue) = 252+27+90=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1B5A is #03E4A5. Grayscale: #656565. Windows color (decimal): -255142 or 5905404. OLE color: 5905404.

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

Color convert

RGB 252 27 90 -
CMYK 0 0.89 0.64 0.01
HSL 343.2º 0.97% 0.55% -
HSV(B) 343.2º 0.89% 0.99% -
XYZ 42.38 22.22 11.73 -
YUV 101.46 121.54 235.38 -
System Red Green Blue C M Y K H S L
Decimal 252 27 90 0 0.89 0.64 0.01 343.2 0.97 0.55
Hex FC 1B 5A 0 59 40 1 157 61 37
Octal 374 33 132 0 131 100 1 527 141 67
Binary 11111100 11011 1011010 0 1011001 1000000 1 101010111 1100001 110111

Color Harmonies of #FC1B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1B5A

Black with #FC1B5A

Text Example


Text Example

White with #FC1B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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