Html Css Color HEX #FC1D67 Radical Red

📋 copy color: '#FC1D67'

red 252 ◦ green 29 ◦ blue 103

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

Shades of Radical Red #FC1D67

Tints of Radical Red #FC1D67

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.55%

 BLUE value IS 103 (40.63% from 255) = 26.82%

R = 65.63%
G = 7.55%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC1D67 (or 0xFC1D67) is known color: Radical Red. HEX triplet: FC, 1D and 67. RGB value is (252,29,103). Sum of RGB (Red+Green+Blue) = 252+29+103=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1D67 is #03E298. Grayscale: #686868. Windows color (decimal): -254617 or 6757884. OLE color: 6757884.

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

Color convert

RGB 252 29 103 -
CMYK 0 0.88 0.59 0.01
HSL 340.09º 0.97% 0.55% -
HSV(B) 340.09º 0.88% 0.99% -
XYZ 43.03 22.55 14.92 -
YUV 104.11 127.38 233.48 -
System Red Green Blue C M Y K H S L
Decimal 252 29 103 0 0.88 0.59 0.01 340.09 0.97 0.55
Hex FC 1D 67 0 58 3B 1 154 61 37
Octal 374 35 147 0 130 73 1 524 141 67
Binary 11111100 11101 1100111 0 1011000 111011 1 101010100 1100001 110111

Color Harmonies of #FC1D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1D67

Black with #FC1D67

Text Example


Text Example

White with #FC1D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1D67; }

 p { color: rgb(252,29,103); }

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

background-color css

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

 a { background-color: rgb(252,29,103); }

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

border-color css

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

 span { border-color: rgb(252,29,103); }

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