Html Css Color HEX #FC2F4A Radical Red

📋 copy color: '#FC2F4A'

red 252 ◦ green 47 ◦ blue 74

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

Shades of Radical Red #FC2F4A

Tints of Radical Red #FC2F4A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.6%

 BLUE value IS 74 (29.3% from 255) = 19.84%

R = 67.56%
G = 12.6%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC2F4A (or 0xFC2F4A) is known color: Radical Red. HEX triplet: FC, 2F and 4A. RGB value is (252,47,74). Sum of RGB (Red+Green+Blue) = 252+47+74=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 47 (18.75% from 255 or 12.60% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2F4A is #03D0B5. Grayscale: #6F6F6F. Windows color (decimal): -250038 or 4861948. OLE color: 4861948.

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

Color convert

RGB 252 47 74 -
CMYK 0 0.81 0.71 0.01
HSL 352.1º 0.97% 0.59% -
HSV(B) 352.1º 0.81% 0.99% -
XYZ 42.4 23.22 8.73 -
YUV 111.37 106.92 228.3 -
System Red Green Blue C M Y K H S L
Decimal 252 47 74 0 0.81 0.71 0.01 352.1 0.97 0.59
Hex FC 2F 4A 0 51 47 1 160 61 3B
Octal 374 57 112 0 121 107 1 540 141 73
Binary 11111100 101111 1001010 0 1010001 1000111 1 101100000 1100001 111011

Color Harmonies of #FC2F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2F4A

Black with #FC2F4A

Text Example


Text Example

White with #FC2F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2F4A; }

 p { color: rgb(252,47,74); }

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

background-color css

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

 a { background-color: rgb(252,47,74); }

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

border-color css

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

 span { border-color: rgb(252,47,74); }

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