Html Css Color HEX #FC46B8 Brilliant Rose

📋 copy color: '#FC46B8'

red 252 ◦ green 70 ◦ blue 184

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

Shades of Brilliant Rose #FC46B8

Tints of Brilliant Rose #FC46B8

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.83%

 BLUE value IS 184 (72.27% from 255) = 36.36%

R = 49.8%
G = 13.83%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC46B8 (or 0xFC46B8) is known color: Brilliant Rose. HEX triplet: FC, 46 and B8. RGB value is (252,70,184). Sum of RGB (Red+Green+Blue) = 252+70+184=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 70 (27.73% from 255 or 13.83% from 506); Blue value is 184 (72.27% from 255 or 36.36% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC46B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC46B8 is #03B947. Grayscale: #898989. Windows color (decimal): -244040 or 12076796. OLE color: 12076796.

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

Color convert

RGB 252 70 184 -
CMYK 0 0.72 0.27 0.01
HSL 322.42º 0.97% 0.63% -
HSV(B) 322.42º 0.72% 0.99% -
XYZ 50.99 28.54 48.17 -
YUV 137.41 154.3 209.73 -
System Red Green Blue C M Y K H S L
Decimal 252 70 184 0 0.72 0.27 0.01 322.42 0.97 0.63
Hex FC 46 B8 0 48 1B 1 142 61 3F
Octal 374 106 270 0 110 33 1 502 141 77
Binary 11111100 1000110 10111000 0 1001000 11011 1 101000010 1100001 111111

Color Harmonies of #FC46B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC46B8

Black with #FC46B8

Text Example


Text Example

White with #FC46B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC46B8; }

 p { color: rgb(252,70,184); }

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

background-color css

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

 a { background-color: rgb(252,70,184); }

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

border-color css

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

 span { border-color: rgb(252,70,184); }

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