Html Css Color HEX #FC40B2 Brilliant Rose

📋 copy color: '#FC40B2'

red 252 ◦ green 64 ◦ blue 178

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

Shades of Brilliant Rose #FC40B2

Tints of Brilliant Rose #FC40B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.03%

R = 51.01%
G = 12.96%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC40B2 (or 0xFC40B2) is known color: Brilliant Rose. HEX triplet: FC, 40 and B2. RGB value is (252,64,178). Sum of RGB (Red+Green+Blue) = 252+64+178=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 64 (25.39% from 255 or 12.96% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC40B2 is #03BF4D. Grayscale: #848484. Windows color (decimal): -245582 or 11682044. OLE color: 11682044.

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

Color convert

RGB 252 64 178 -
CMYK 0 0.75 0.29 0.01
HSL 323.62º 0.97% 0.62% -
HSV(B) 323.62º 0.75% 0.99% -
XYZ 50.01 27.58 44.81 -
YUV 133.21 153.28 212.73 -
System Red Green Blue C M Y K H S L
Decimal 252 64 178 0 0.75 0.29 0.01 323.62 0.97 0.62
Hex FC 40 B2 0 4B 1D 1 144 61 3E
Octal 374 100 262 0 113 35 1 504 141 76
Binary 11111100 1000000 10110010 0 1001011 11101 1 101000100 1100001 111110

Color Harmonies of #FC40B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC40B2

Black with #FC40B2

Text Example


Text Example

White with #FC40B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC40B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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