Html Css Color HEX #FC265D Radical Red

📋 copy color: '#FC265D'

red 252 ◦ green 38 ◦ blue 93

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

Shades of Radical Red #FC265D

Tints of Radical Red #FC265D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.92%

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

R = 65.8%
G = 9.92%
B = 24.28%

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

#FC265D (or 0xFC265D) is known color: Radical Red. HEX triplet: FC, 26 and 5D. RGB value is (252,38,93). Sum of RGB (Red+Green+Blue) = 252+38+93=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC265D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC265D is #03D9A2. Grayscale: #6C6C6C. Windows color (decimal): -252323 or 6104828. OLE color: 6104828.

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

Color convert

RGB 252 38 93 -
CMYK 0 0.85 0.63 0.01
HSL 344.58º 0.97% 0.57% -
HSV(B) 344.58º 0.85% 0.99% -
XYZ 42.81 22.87 12.51 -
YUV 108.26 119.4 230.53 -
System Red Green Blue C M Y K H S L
Decimal 252 38 93 0 0.85 0.63 0.01 344.58 0.97 0.57
Hex FC 26 5D 0 55 3F 1 159 61 39
Octal 374 46 135 0 125 77 1 531 141 71
Binary 11111100 100110 1011101 0 1010101 111111 1 101011001 1100001 111001

Color Harmonies of #FC265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC265D

Black with #FC265D

Text Example


Text Example

White with #FC265D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC265D; }

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

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

background-color css

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

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

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

border-color css

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

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

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