Html Css Color HEX #FC255F Radical Red

📋 copy color: '#FC255F'

red 252 ◦ green 37 ◦ blue 95

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

Shades of Radical Red #FC255F

Tints of Radical Red #FC255F

RGB

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

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

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

R = 65.63%
G = 9.64%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC255F (or 0xFC255F) is known color: Radical Red. HEX triplet: FC, 25 and 5F. RGB value is (252,37,95). Sum of RGB (Red+Green+Blue) = 252+37+95=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC255F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC255F is #03DAA0. Grayscale: #6B6B6B. Windows color (decimal): -252577 or 6235644. OLE color: 6235644.

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

Color convert

RGB 252 37 95 -
CMYK 0 0.85 0.62 0.01
HSL 343.81º 0.97% 0.57% -
HSV(B) 343.81º 0.85% 0.99% -
XYZ 42.87 22.84 12.98 -
YUV 107.9 120.73 230.78 -
System Red Green Blue C M Y K H S L
Decimal 252 37 95 0 0.85 0.62 0.01 343.81 0.97 0.57
Hex FC 25 5F 0 55 3E 1 158 61 39
Octal 374 45 137 0 125 76 1 530 141 71
Binary 11111100 100101 1011111 0 1010101 111110 1 101011000 1100001 111001

Color Harmonies of #FC255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC255F

Black with #FC255F

Text Example


Text Example

White with #FC255F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC255F; }

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

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

background-color css

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

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

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

border-color css

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

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

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