Html Css Color HEX #FC49BB Razzle Dazzle Rose

📋 copy color: '#FC49BB'

red 252 ◦ green 73 ◦ blue 187

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

Shades of Razzle Dazzle Rose #FC49BB

Tints of Razzle Dazzle Rose #FC49BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.52%

R = 49.22%
G = 14.26%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC49BB (or 0xFC49BB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 49 and BB. RGB value is (252,73,187). Sum of RGB (Red+Green+Blue) = 252+73+187=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC49BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC49BB is #03B644. Grayscale: #8B8B8B. Windows color (decimal): -243269 or 12274172. OLE color: 12274172.

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

Color convert

RGB 252 73 187 -
CMYK 0 0.71 0.26 0.01
HSL 321.79º 0.97% 0.64% -
HSV(B) 321.79º 0.71% 0.99% -
XYZ 51.5 29.05 49.91 -
YUV 139.52 154.8 208.23 -
System Red Green Blue C M Y K H S L
Decimal 252 73 187 0 0.71 0.26 0.01 321.79 0.97 0.64
Hex FC 49 BB 0 47 1A 1 142 61 40
Octal 374 111 273 0 107 32 1 502 141 100
Binary 11111100 1001001 10111011 0 1000111 11010 1 101000010 1100001 1000000

Color Harmonies of #FC49BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC49BB

Black with #FC49BB

Text Example


Text Example

White with #FC49BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC49BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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