Html Css Color HEX #FC415F Radical Red

📋 copy color: '#FC415F'

red 252 ◦ green 65 ◦ blue 95

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

Shades of Radical Red #FC415F

Tints of Radical Red #FC415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.78%

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

R = 61.17%
G = 15.78%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC415F (or 0xFC415F) is known color: Radical Red. HEX triplet: FC, 41 and 5F. RGB value is (252,65,95). Sum of RGB (Red+Green+Blue) = 252+65+95=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC415F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC415F is #03BEA0. Grayscale: #7C7C7C. Windows color (decimal): -245409 or 6242812. OLE color: 6242812.

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

Color convert

RGB 252 65 95 -
CMYK 0 0.74 0.62 0.01
HSL 350.37º 0.97% 0.62% -
HSV(B) 350.37º 0.74% 0.99% -
XYZ 44.1 25.3 13.39 -
YUV 124.33 111.45 219.06 -
System Red Green Blue C M Y K H S L
Decimal 252 65 95 0 0.74 0.62 0.01 350.37 0.97 0.62
Hex FC 41 5F 0 4A 3E 1 15E 61 3E
Octal 374 101 137 0 112 76 1 536 141 76
Binary 11111100 1000001 1011111 0 1001010 111110 1 101011110 1100001 111110

Color Harmonies of #FC415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC415F

Black with #FC415F

Text Example


Text Example

White with #FC415F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC415F; }

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

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

background-color css

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

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

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

border-color css

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

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

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