Html Css Color HEX #FC306D Radical Red

📋 copy color: '#FC306D'

red 252 ◦ green 48 ◦ blue 109

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

Shades of Radical Red #FC306D

Tints of Radical Red #FC306D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.74%

 BLUE value IS 109 (42.97% from 255) = 26.65%

R = 61.61%
G = 11.74%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC306D (or 0xFC306D) is known color: Radical Red. HEX triplet: FC, 30 and 6D. RGB value is (252,48,109). Sum of RGB (Red+Green+Blue) = 252+48+109=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC306D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC306D is #03CF92. Grayscale: #737373. Windows color (decimal): -249747 or 7155964. OLE color: 7155964.

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

Color convert

RGB 252 48 109 -
CMYK 0 0.81 0.57 0.01
HSL 342.06º 0.97% 0.59% -
HSV(B) 342.06º 0.81% 0.99% -
XYZ 43.96 23.91 16.77 -
YUV 115.95 124.09 225.04 -
System Red Green Blue C M Y K H S L
Decimal 252 48 109 0 0.81 0.57 0.01 342.06 0.97 0.59
Hex FC 30 6D 0 51 39 1 156 61 3B
Octal 374 60 155 0 121 71 1 526 141 73
Binary 11111100 110000 1101101 0 1010001 111001 1 101010110 1100001 111011

Color Harmonies of #FC306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC306D

Black with #FC306D

Text Example


Text Example

White with #FC306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC306D; }

 p { color: rgb(252,48,109); }

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

background-color css

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

 a { background-color: rgb(252,48,109); }

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

border-color css

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

 span { border-color: rgb(252,48,109); }

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