Html Css Color HEX #FC304B Radical Red

📋 copy color: '#FC304B'

red 252 ◦ green 48 ◦ blue 75

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

Shades of Radical Red #FC304B

Tints of Radical Red #FC304B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20%

R = 67.2%
G = 12.8%
B = 20%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC304B (or 0xFC304B) is known color: Radical Red. HEX triplet: FC, 30 and 4B. RGB value is (252,48,75). Sum of RGB (Red+Green+Blue) = 252+48+75=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC304B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC304B is #03CFB4. Grayscale: #707070. Windows color (decimal): -249781 or 4927740. OLE color: 4927740.

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

Color convert

RGB 252 48 75 -
CMYK 0 0.81 0.70 0.01
HSL 352.06º 0.97% 0.59% -
HSV(B) 352.06º 0.81% 0.99% -
XYZ 42.47 23.32 8.92 -
YUV 112.07 107.09 227.8 -
System Red Green Blue C M Y K H S L
Decimal 252 48 75 0 0.81 0.70 0.01 352.06 0.97 0.59
Hex FC 30 4B 0 51 46 1 160 61 3B
Octal 374 60 113 0 121 106 1 540 141 73
Binary 11111100 110000 1001011 0 1010001 1000110 1 101100000 1100001 111011

Color Harmonies of #FC304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC304B

Black with #FC304B

Text Example


Text Example

White with #FC304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC304B; }

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

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

background-color css

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

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

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

border-color css

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

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

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