Html Css Color HEX #FC49B3 Brilliant Rose

📋 copy color: '#FC49B3'

red 252 ◦ green 73 ◦ blue 179

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

Shades of Brilliant Rose #FC49B3

Tints of Brilliant Rose #FC49B3

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.48%

 BLUE value IS 179 (70.31% from 255) = 35.52%

R = 50%
G = 14.48%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC49B3 (or 0xFC49B3) is known color: Brilliant Rose. HEX triplet: FC, 49 and B3. RGB value is (252,73,179). Sum of RGB (Red+Green+Blue) = 252+73+179=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 73 (28.91% from 255 or 14.48% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC49B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC49B3 is #03B64C. Grayscale: #8A8A8A. Windows color (decimal): -243277 or 11749884. OLE color: 11749884.

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

Color convert

RGB 252 73 179 -
CMYK 0 0.71 0.29 0.01
HSL 324.47º 0.97% 0.64% -
HSV(B) 324.47º 0.71% 0.99% -
XYZ 50.66 28.72 45.52 -
YUV 138.61 150.8 208.88 -
System Red Green Blue C M Y K H S L
Decimal 252 73 179 0 0.71 0.29 0.01 324.47 0.97 0.64
Hex FC 49 B3 0 47 1D 1 144 61 40
Octal 374 111 263 0 107 35 1 504 141 100
Binary 11111100 1001001 10110011 0 1000111 11101 1 101000100 1100001 1000000

Color Harmonies of #FC49B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC49B3

Black with #FC49B3

Text Example


Text Example

White with #FC49B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC49B3; }

 p { color: rgb(252,73,179); }

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

background-color css

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

 a { background-color: rgb(252,73,179); }

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

border-color css

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

 span { border-color: rgb(252,73,179); }

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