Html Css Color HEX #FC48D0 Razzle Dazzle Rose

📋 copy color: '#FC48D0'

red 252 ◦ green 72 ◦ blue 208

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

Shades of Razzle Dazzle Rose #FC48D0

Tints of Razzle Dazzle Rose #FC48D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.1%

R = 47.37%
G = 13.53%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC48D0 (or 0xFC48D0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 48 and D0. RGB value is (252,72,208). Sum of RGB (Red+Green+Blue) = 252+72+208=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 72 (28.52% from 255 or 13.53% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FC48D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC48D0 is #03B72F. Grayscale: #8C8C8C. Windows color (decimal): -243504 or 13650172. OLE color: 13650172.

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

Color convert

RGB 252 72 208 -
CMYK 0 0.71 0.17 0.01
HSL 314.67º 0.97% 0.64% -
HSV(B) 314.67º 0.71% 0.99% -
XYZ 53.85 29.88 62.6 -
YUV 141.32 165.63 206.94 -
System Red Green Blue C M Y K H S L
Decimal 252 72 208 0 0.71 0.17 0.01 314.67 0.97 0.64
Hex FC 48 D0 0 47 11 1 13B 61 40
Octal 374 110 320 0 107 21 1 473 141 100
Binary 11111100 1001000 11010000 0 1000111 10001 1 100111011 1100001 1000000

Color Harmonies of #FC48D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC48D0

Black with #FC48D0

Text Example


Text Example

White with #FC48D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC48D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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