Html Css Color HEX #FC48DB Razzle Dazzle Rose

📋 copy color: '#FC48DB'

red 252 ◦ green 72 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FC48DB

Tints of Razzle Dazzle Rose #FC48DB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.26%

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

R = 46.41%
G = 13.26%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC48DB (or 0xFC48DB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 48 and DB. RGB value is (252,72,219). Sum of RGB (Red+Green+Blue) = 252+72+219=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 72 (28.52% from 255 or 13.26% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FC48DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC48DB is #03B724. Grayscale: #8E8E8E. Windows color (decimal): -243493 or 14371068. OLE color: 14371068.

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

Color convert

RGB 252 72 219 -
CMYK 0 0.71 0.13 0.01
HSL 311º 0.97% 0.64% -
HSV(B) 311º 0.71% 0.99% -
XYZ 55.25 30.44 69.98 -
YUV 142.58 171.13 206.05 -
System Red Green Blue C M Y K H S L
Decimal 252 72 219 0 0.71 0.13 0.01 311 0.97 0.64
Hex FC 48 DB 0 47 D 1 137 61 40
Octal 374 110 333 0 107 15 1 467 141 100
Binary 11111100 1001000 11011011 0 1000111 1101 1 100110111 1100001 1000000

Color Harmonies of #FC48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC48DB

Black with #FC48DB

Text Example


Text Example

White with #FC48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC48DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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