Html Css Color HEX #FC2D4B Radical Red

📋 copy color: '#FC2D4B'

red 252 ◦ green 45 ◦ blue 75

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

Shades of Radical Red #FC2D4B

Tints of Radical Red #FC2D4B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.1%

 BLUE value IS 75 (29.69% from 255) = 20.16%

R = 67.74%
G = 12.1%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC2D4B (or 0xFC2D4B) is known color: Radical Red. HEX triplet: FC, 2D and 4B. RGB value is (252,45,75). Sum of RGB (Red+Green+Blue) = 252+45+75=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D4B is #03D2B4. Grayscale: #6E6E6E. Windows color (decimal): -250549 or 4926972. OLE color: 4926972.

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

Color convert

RGB 252 45 75 -
CMYK 0 0.82 0.70 0.01
HSL 351.3º 0.97% 0.58% -
HSV(B) 351.3º 0.82% 0.99% -
XYZ 42.35 23.08 8.88 -
YUV 110.31 108.08 229.06 -
System Red Green Blue C M Y K H S L
Decimal 252 45 75 0 0.82 0.70 0.01 351.3 0.97 0.58
Hex FC 2D 4B 0 52 46 1 15F 61 3A
Octal 374 55 113 0 122 106 1 537 141 72
Binary 11111100 101101 1001011 0 1010010 1000110 1 101011111 1100001 111010

Color Harmonies of #FC2D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D4B

Black with #FC2D4B

Text Example


Text Example

White with #FC2D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D4B; }

 p { color: rgb(252,45,75); }

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

background-color css

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

 a { background-color: rgb(252,45,75); }

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

border-color css

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

 span { border-color: rgb(252,45,75); }

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