Html Css Color HEX #FC48DF Razzle Dazzle Rose

📋 copy color: '#FC48DF'

red 252 ◦ green 72 ◦ blue 223

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

Shades of Razzle Dazzle Rose #FC48DF

Tints of Razzle Dazzle Rose #FC48DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 46.07%
G = 13.16%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC48DF (or 0xFC48DF) is known color: Razzle Dazzle Rose. HEX triplet: FC, 48 and DF. RGB value is (252,72,223). Sum of RGB (Red+Green+Blue) = 252+72+223=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 72 (28.52% from 255 or 13.16% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC48DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC48DF is #03B720. Grayscale: #8E8E8E. Windows color (decimal): -243489 or 14633212. OLE color: 14633212.

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

Color convert

RGB 252 72 223 -
CMYK 0 0.71 0.12 0.01
HSL 309.67º 0.97% 0.64% -
HSV(B) 309.67º 0.71% 0.99% -
XYZ 55.78 30.66 72.79 -
YUV 143.03 173.13 205.72 -
System Red Green Blue C M Y K H S L
Decimal 252 72 223 0 0.71 0.12 0.01 309.67 0.97 0.64
Hex FC 48 DF 0 47 C 1 136 61 40
Octal 374 110 337 0 107 14 1 466 141 100
Binary 11111100 1001000 11011111 0 1000111 1100 1 100110110 1100001 1000000

Color Harmonies of #FC48DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC48DF

Black with #FC48DF

Text Example


Text Example

White with #FC48DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC48DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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