Html Css Color HEX #FC255D Radical Red

📋 copy color: '#FC255D'

red 252 ◦ green 37 ◦ blue 93

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

Shades of Radical Red #FC255D

Tints of Radical Red #FC255D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.35%

R = 65.97%
G = 9.69%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC255D (or 0xFC255D) is known color: Radical Red. HEX triplet: FC, 25 and 5D. RGB value is (252,37,93). Sum of RGB (Red+Green+Blue) = 252+37+93=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC255D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC255D is #03DAA2. Grayscale: #6B6B6B. Windows color (decimal): -252579 or 6104572. OLE color: 6104572.

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

Color convert

RGB 252 37 93 -
CMYK 0 0.85 0.63 0.01
HSL 344.37º 0.97% 0.57% -
HSV(B) 344.37º 0.85% 0.99% -
XYZ 42.78 22.81 12.5 -
YUV 107.67 119.73 230.95 -
System Red Green Blue C M Y K H S L
Decimal 252 37 93 0 0.85 0.63 0.01 344.37 0.97 0.57
Hex FC 25 5D 0 55 3F 1 158 61 39
Octal 374 45 135 0 125 77 1 530 141 71
Binary 11111100 100101 1011101 0 1010101 111111 1 101011000 1100001 111001

Color Harmonies of #FC255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC255D

Black with #FC255D

Text Example


Text Example

White with #FC255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC255D; }

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

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

background-color css

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

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

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

border-color css

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

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

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