Html Css Color HEX #FC40B1 Brilliant Rose

📋 copy color: '#FC40B1'

red 252 ◦ green 64 ◦ blue 177

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

Shades of Brilliant Rose #FC40B1

Tints of Brilliant Rose #FC40B1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.98%

 BLUE value IS 177 (69.53% from 255) = 35.9%

R = 51.12%
G = 12.98%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC40B1 (or 0xFC40B1) is known color: Brilliant Rose. HEX triplet: FC, 40 and B1. RGB value is (252,64,177). Sum of RGB (Red+Green+Blue) = 252+64+177=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 64 (25.39% from 255 or 12.98% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC40B1 is #03BF4E. Grayscale: #848484. Windows color (decimal): -245583 or 11616508. OLE color: 11616508.

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

Color convert

RGB 252 64 177 -
CMYK 0 0.75 0.30 0.01
HSL 323.94º 0.97% 0.62% -
HSV(B) 323.94º 0.75% 0.99% -
XYZ 49.91 27.54 44.28 -
YUV 133.09 152.78 212.81 -
System Red Green Blue C M Y K H S L
Decimal 252 64 177 0 0.75 0.30 0.01 323.94 0.97 0.62
Hex FC 40 B1 0 4B 1E 1 144 61 3E
Octal 374 100 261 0 113 36 1 504 141 76
Binary 11111100 1000000 10110001 0 1001011 11110 1 101000100 1100001 111110

Color Harmonies of #FC40B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC40B1

Black with #FC40B1

Text Example


Text Example

White with #FC40B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC40B1; }

 p { color: rgb(252,64,177); }

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

background-color css

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

 a { background-color: rgb(252,64,177); }

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

border-color css

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

 span { border-color: rgb(252,64,177); }

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