Html Css Color HEX #FC2F65 Radical Red

📋 copy color: '#FC2F65'

red 252 ◦ green 47 ◦ blue 101

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

Shades of Radical Red #FC2F65

Tints of Radical Red #FC2F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.25%

R = 63%
G = 11.75%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC2F65 (or 0xFC2F65) is known color: Radical Red. HEX triplet: FC, 2F and 65. RGB value is (252,47,101). Sum of RGB (Red+Green+Blue) = 252+47+101=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2F65 is #03D09A. Grayscale: #727272. Windows color (decimal): -250011 or 6631420. OLE color: 6631420.

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

Color convert

RGB 252 47 101 -
CMYK 0 0.81 0.60 0.01
HSL 344.2º 0.97% 0.59% -
HSV(B) 344.2º 0.81% 0.99% -
XYZ 43.51 23.67 14.59 -
YUV 114.45 120.42 226.11 -
System Red Green Blue C M Y K H S L
Decimal 252 47 101 0 0.81 0.60 0.01 344.2 0.97 0.59
Hex FC 2F 65 0 51 3C 1 158 61 3B
Octal 374 57 145 0 121 74 1 530 141 73
Binary 11111100 101111 1100101 0 1010001 111100 1 101011000 1100001 111011

Color Harmonies of #FC2F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2F65

Black with #FC2F65

Text Example


Text Example

White with #FC2F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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