Html Css Color HEX #FC255B Radical Red

📋 copy color: '#FC255B'

red 252 ◦ green 37 ◦ blue 91

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

Shades of Radical Red #FC255B

Tints of Radical Red #FC255B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.95%

R = 66.32%
G = 9.74%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC255B (or 0xFC255B) is known color: Radical Red. HEX triplet: FC, 25 and 5B. RGB value is (252,37,91). Sum of RGB (Red+Green+Blue) = 252+37+91=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC255B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC255B is #03DAA4. Grayscale: #6B6B6B. Windows color (decimal): -252581 or 5973500. OLE color: 5973500.

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

Color convert

RGB 252 37 91 -
CMYK 0 0.85 0.64 0.01
HSL 344.93º 0.97% 0.57% -
HSV(B) 344.93º 0.85% 0.99% -
XYZ 42.69 22.77 12.04 -
YUV 107.44 118.73 231.11 -
System Red Green Blue C M Y K H S L
Decimal 252 37 91 0 0.85 0.64 0.01 344.93 0.97 0.57
Hex FC 25 5B 0 55 40 1 159 61 39
Octal 374 45 133 0 125 100 1 531 141 71
Binary 11111100 100101 1011011 0 1010101 1000000 1 101011001 1100001 111001

Color Harmonies of #FC255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC255B

Black with #FC255B

Text Example


Text Example

White with #FC255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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