Html Css Color HEX #FC2965 Radical Red

📋 copy color: '#FC2965'

red 252 ◦ green 41 ◦ blue 101

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

Shades of Radical Red #FC2965

Tints of Radical Red #FC2965

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.41%

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

R = 63.96%
G = 10.41%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC2965 (or 0xFC2965) is known color: Radical Red. HEX triplet: FC, 29 and 65. RGB value is (252,41,101). Sum of RGB (Red+Green+Blue) = 252+41+101=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2965 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2965 is #03D69A. Grayscale: #6E6E6E. Windows color (decimal): -251547 or 6629884. OLE color: 6629884.

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

Color convert

RGB 252 41 101 -
CMYK 0 0.84 0.60 0.01
HSL 342.94º 0.97% 0.57% -
HSV(B) 342.94º 0.84% 0.99% -
XYZ 43.29 23.22 14.51 -
YUV 110.93 122.4 228.62 -
System Red Green Blue C M Y K H S L
Decimal 252 41 101 0 0.84 0.60 0.01 342.94 0.97 0.57
Hex FC 29 65 0 54 3C 1 157 61 39
Octal 374 51 145 0 124 74 1 527 141 71
Binary 11111100 101001 1100101 0 1010100 111100 1 101010111 1100001 111001

Color Harmonies of #FC2965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2965

Black with #FC2965

Text Example


Text Example

White with #FC2965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2965; }

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

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

background-color css

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

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

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

border-color css

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

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

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