Html Css Color HEX #FC44D1 Razzle Dazzle Rose

📋 copy color: '#FC44D1'

red 252 ◦ green 68 ◦ blue 209

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

Shades of Razzle Dazzle Rose #FC44D1

Tints of Razzle Dazzle Rose #FC44D1

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.85%

 BLUE value IS 209 (82.03% from 255) = 39.51%

R = 47.64%
G = 12.85%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC44D1 (or 0xFC44D1) is known color: Razzle Dazzle Rose. HEX triplet: FC, 44 and D1. RGB value is (252,68,209). Sum of RGB (Red+Green+Blue) = 252+68+209=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 68 (26.95% from 255 or 12.85% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC44D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC44D1 is #03BB2E. Grayscale: #8A8A8A. Windows color (decimal): -244527 or 13714684. OLE color: 13714684.

HSL color Cylindrical-coordinate representation of color #FC44D1: hue angle of 314.02º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC44D1 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 68 209 -
CMYK 0 0.73 0.17 0.01
HSL 314.02º 0.97% 0.63% -
HSV(B) 314.02º 0.73% 0.99% -
XYZ 53.72 29.43 63.17 -
YUV 139.09 167.46 208.54 -
System Red Green Blue C M Y K H S L
Decimal 252 68 209 0 0.73 0.17 0.01 314.02 0.97 0.63
Hex FC 44 D1 0 49 11 1 13A 61 3F
Octal 374 104 321 0 111 21 1 472 141 77
Binary 11111100 1000100 11010001 0 1001001 10001 1 100111010 1100001 111111

Color Harmonies of #FC44D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC44D1

Black with #FC44D1

Text Example


Text Example

White with #FC44D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC44D1; }

 p { color: rgb(252,68,209); }

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

background-color css

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

 a { background-color: rgb(252,68,209); }

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

border-color css

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

 span { border-color: rgb(252,68,209); }

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