Html Css Color HEX #FC2D65 Radical Red

📋 copy color: '#FC2D65'

red 252 ◦ green 45 ◦ blue 101

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

Shades of Radical Red #FC2D65

Tints of Radical Red #FC2D65

RGB

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

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

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

R = 63.32%
G = 11.31%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC2D65 (or 0xFC2D65) is known color: Radical Red. HEX triplet: FC, 2D and 65. RGB value is (252,45,101). Sum of RGB (Red+Green+Blue) = 252+45+101=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2D65 is #03D29A. Grayscale: #717171. Windows color (decimal): -250523 or 6630908. OLE color: 6630908.

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

Color convert

RGB 252 45 101 -
CMYK 0 0.82 0.60 0.01
HSL 343.77º 0.97% 0.58% -
HSV(B) 343.77º 0.82% 0.99% -
XYZ 43.43 23.51 14.56 -
YUV 113.28 121.08 226.95 -
System Red Green Blue C M Y K H S L
Decimal 252 45 101 0 0.82 0.60 0.01 343.77 0.97 0.58
Hex FC 2D 65 0 52 3C 1 158 61 3A
Octal 374 55 145 0 122 74 1 530 141 72
Binary 11111100 101101 1100101 0 1010010 111100 1 101011000 1100001 111010

Color Harmonies of #FC2D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D65

Black with #FC2D65

Text Example


Text Example

White with #FC2D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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