Html Css Color HEX #FC425C Radical Red

📋 copy color: '#FC425C'

red 252 ◦ green 66 ◦ blue 92

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

Shades of Radical Red #FC425C

Tints of Radical Red #FC425C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.1%

 BLUE value IS 92 (36.33% from 255) = 22.44%

R = 61.46%
G = 16.1%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC425C (or 0xFC425C) is known color: Radical Red. HEX triplet: FC, 42 and 5C. RGB value is (252,66,92). Sum of RGB (Red+Green+Blue) = 252+66+92=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC425C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC425C is #03BDA3. Grayscale: #7C7C7C. Windows color (decimal): -245156 or 6046460. OLE color: 6046460.

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

Color convert

RGB 252 66 92 -
CMYK 0 0.74 0.63 0.01
HSL 351.61º 0.97% 0.62% -
HSV(B) 351.61º 0.74% 0.99% -
XYZ 44.02 25.36 12.7 -
YUV 124.58 109.62 218.89 -
System Red Green Blue C M Y K H S L
Decimal 252 66 92 0 0.74 0.63 0.01 351.61 0.97 0.62
Hex FC 42 5C 0 4A 3F 1 160 61 3E
Octal 374 102 134 0 112 77 1 540 141 76
Binary 11111100 1000010 1011100 0 1001010 111111 1 101100000 1100001 111110

Color Harmonies of #FC425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC425C

Black with #FC425C

Text Example


Text Example

White with #FC425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC425C; }

 p { color: rgb(252,66,92); }

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

background-color css

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

 a { background-color: rgb(252,66,92); }

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

border-color css

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

 span { border-color: rgb(252,66,92); }

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