Html Css Color HEX #FC254D Radical Red

📋 copy color: '#FC254D'

red 252 ◦ green 37 ◦ blue 77

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

Shades of Radical Red #FC254D

Tints of Radical Red #FC254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.11%

 BLUE value IS 77 (30.47% from 255) = 21.04%

R = 68.85%
G = 10.11%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC254D (or 0xFC254D) is known color: Radical Red. HEX triplet: FC, 25 and 4D. RGB value is (252,37,77). Sum of RGB (Red+Green+Blue) = 252+37+77=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC254D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC254D is #03DAB2. Grayscale: #696969. Windows color (decimal): -252595 or 5055996. OLE color: 5055996.

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

Color convert

RGB 252 37 77 -
CMYK 0 0.85 0.69 0.01
HSL 348.84º 0.97% 0.57% -
HSV(B) 348.84º 0.85% 0.99% -
XYZ 42.15 22.55 9.15 -
YUV 105.85 111.73 232.25 -
System Red Green Blue C M Y K H S L
Decimal 252 37 77 0 0.85 0.69 0.01 348.84 0.97 0.57
Hex FC 25 4D 0 55 45 1 15D 61 39
Octal 374 45 115 0 125 105 1 535 141 71
Binary 11111100 100101 1001101 0 1010101 1000101 1 101011101 1100001 111001

Color Harmonies of #FC254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC254D

Black with #FC254D

Text Example


Text Example

White with #FC254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC254D; }

 p { color: rgb(252,37,77); }

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

background-color css

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

 a { background-color: rgb(252,37,77); }

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

border-color css

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

 span { border-color: rgb(252,37,77); }

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