Html Css Color HEX #FC46DB Razzle Dazzle Rose

📋 copy color: '#FC46DB'

red 252 ◦ green 70 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FC46DB

Tints of Razzle Dazzle Rose #FC46DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.48%

R = 46.58%
G = 12.94%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC46DB (or 0xFC46DB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 46 and DB. RGB value is (252,70,219). Sum of RGB (Red+Green+Blue) = 252+70+219=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 70 (27.73% from 255 or 12.94% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC46DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC46DB is #03B924. Grayscale: #8C8C8C. Windows color (decimal): -244005 or 14370556. OLE color: 14370556.

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

Color convert

RGB 252 70 219 -
CMYK 0 0.72 0.13 0.01
HSL 310.88º 0.97% 0.63% -
HSV(B) 310.88º 0.72% 0.99% -
XYZ 55.12 30.19 69.94 -
YUV 141.4 171.8 206.88 -
System Red Green Blue C M Y K H S L
Decimal 252 70 219 0 0.72 0.13 0.01 310.88 0.97 0.63
Hex FC 46 DB 0 48 D 1 137 61 3F
Octal 374 106 333 0 110 15 1 467 141 77
Binary 11111100 1000110 11011011 0 1001000 1101 1 100110111 1100001 111111

Color Harmonies of #FC46DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC46DB

Black with #FC46DB

Text Example


Text Example

White with #FC46DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC46DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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