Html Css Color HEX #FC385F Radical Red

📋 copy color: '#FC385F'

red 252 ◦ green 56 ◦ blue 95

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

Shades of Radical Red #FC385F

Tints of Radical Red #FC385F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.9%

 BLUE value IS 95 (37.5% from 255) = 23.57%

R = 62.53%
G = 13.9%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC385F (or 0xFC385F) is known color: Radical Red. HEX triplet: FC, 38 and 5F. RGB value is (252,56,95). Sum of RGB (Red+Green+Blue) = 252+56+95=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC385F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC385F is #03C7A0. Grayscale: #777777. Windows color (decimal): -247713 or 6240508. OLE color: 6240508.

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

Color convert

RGB 252 56 95 -
CMYK 0 0.78 0.62 0.01
HSL 348.06º 0.97% 0.6% -
HSV(B) 348.06º 0.78% 0.99% -
XYZ 43.62 24.35 13.23 -
YUV 119.05 114.43 222.83 -
System Red Green Blue C M Y K H S L
Decimal 252 56 95 0 0.78 0.62 0.01 348.06 0.97 0.6
Hex FC 38 5F 0 4E 3E 1 15C 61 3C
Octal 374 70 137 0 116 76 1 534 141 74
Binary 11111100 111000 1011111 0 1001110 111110 1 101011100 1100001 111100

Color Harmonies of #FC385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC385F

Black with #FC385F

Text Example


Text Example

White with #FC385F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC385F; }

 p { color: rgb(252,56,95); }

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

background-color css

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

 a { background-color: rgb(252,56,95); }

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

border-color css

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

 span { border-color: rgb(252,56,95); }

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