Html Css Color HEX #FC1F65 Radical Red

📋 copy color: '#FC1F65'

red 252 ◦ green 31 ◦ blue 101

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

Shades of Radical Red #FC1F65

Tints of Radical Red #FC1F65

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.07%

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

R = 65.63%
G = 8.07%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC1F65 (or 0xFC1F65) is known color: Radical Red. HEX triplet: FC, 1F and 65. RGB value is (252,31,101). Sum of RGB (Red+Green+Blue) = 252+31+101=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1F65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1F65 is #03E09A. Grayscale: #686868. Windows color (decimal): -254107 or 6627324. OLE color: 6627324.

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

Color convert

RGB 252 31 101 -
CMYK 0 0.88 0.60 0.01
HSL 341º 0.97% 0.55% -
HSV(B) 341º 0.88% 0.99% -
XYZ 42.98 22.62 14.41 -
YUV 105.06 125.72 232.81 -
System Red Green Blue C M Y K H S L
Decimal 252 31 101 0 0.88 0.60 0.01 341 0.97 0.55
Hex FC 1F 65 0 58 3C 1 155 61 37
Octal 374 37 145 0 130 74 1 525 141 67
Binary 11111100 11111 1100101 0 1011000 111100 1 101010101 1100001 110111

Color Harmonies of #FC1F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1F65

Black with #FC1F65

Text Example


Text Example

White with #FC1F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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