Html Css Color HEX #FC44C1 Razzle Dazzle Rose

📋 copy color: '#FC44C1'

red 252 ◦ green 68 ◦ blue 193

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

Shades of Razzle Dazzle Rose #FC44C1

Tints of Razzle Dazzle Rose #FC44C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.62%

R = 49.12%
G = 13.26%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC44C1 (or 0xFC44C1) is known color: Razzle Dazzle Rose. HEX triplet: FC, 44 and C1. RGB value is (252,68,193). Sum of RGB (Red+Green+Blue) = 252+68+193=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 68 (26.95% from 255 or 13.26% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC44C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC44C1 is #03BB3E. Grayscale: #888888. Windows color (decimal): -244543 or 12666108. OLE color: 12666108.

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

Color convert

RGB 252 68 193 -
CMYK 0 0.73 0.23 0.01
HSL 319.24º 0.97% 0.63% -
HSV(B) 319.24º 0.73% 0.99% -
XYZ 51.84 28.68 53.26 -
YUV 137.27 159.46 209.84 -
System Red Green Blue C M Y K H S L
Decimal 252 68 193 0 0.73 0.23 0.01 319.24 0.97 0.63
Hex FC 44 C1 0 49 17 1 13F 61 3F
Octal 374 104 301 0 111 27 1 477 141 77
Binary 11111100 1000100 11000001 0 1001001 10111 1 100111111 1100001 111111

Color Harmonies of #FC44C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC44C1

Black with #FC44C1

Text Example


Text Example

White with #FC44C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC44C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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