Html Css Color HEX #FC305B Radical Red

📋 copy color: '#FC305B'

red 252 ◦ green 48 ◦ blue 91

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

Shades of Radical Red #FC305B

Tints of Radical Red #FC305B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.27%

R = 64.45%
G = 12.28%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC305B (or 0xFC305B) is known color: Radical Red. HEX triplet: FC, 30 and 5B. RGB value is (252,48,91). Sum of RGB (Red+Green+Blue) = 252+48+91=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC305B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC305B is #03CFA4. Grayscale: #717171. Windows color (decimal): -249765 or 5976316. OLE color: 5976316.

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

Color convert

RGB 252 48 91 -
CMYK 0 0.81 0.64 0.01
HSL 347.35º 0.97% 0.59% -
HSV(B) 347.35º 0.81% 0.99% -
XYZ 43.09 23.56 12.17 -
YUV 113.9 115.09 226.5 -
System Red Green Blue C M Y K H S L
Decimal 252 48 91 0 0.81 0.64 0.01 347.35 0.97 0.59
Hex FC 30 5B 0 51 40 1 15B 61 3B
Octal 374 60 133 0 121 100 1 533 141 73
Binary 11111100 110000 1011011 0 1010001 1000000 1 101011011 1100001 111011

Color Harmonies of #FC305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC305B

Black with #FC305B

Text Example


Text Example

White with #FC305B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC305B; }

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

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

background-color css

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

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

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

border-color css

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

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

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