Html Css Color HEX #FC29C1 Razzle Dazzle Rose

📋 copy color: '#FC29C1'

red 252 ◦ green 41 ◦ blue 193

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

Shades of Razzle Dazzle Rose #FC29C1

Tints of Razzle Dazzle Rose #FC29C1

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.44%

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

R = 51.85%
G = 8.44%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC29C1 (or 0xFC29C1) is known color: Razzle Dazzle Rose. HEX triplet: FC, 29 and C1. RGB value is (252,41,193). Sum of RGB (Red+Green+Blue) = 252+41+193=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 41 (16.41% from 255 or 8.44% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC29C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC29C1 is #03D63E. Grayscale: #797979. Windows color (decimal): -251455 or 12659196. OLE color: 12659196.

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

Color convert

RGB 252 41 193 -
CMYK 0 0.84 0.23 0.01
HSL 316.78º 0.97% 0.57% -
HSV(B) 316.78º 0.84% 0.99% -
XYZ 50.56 26.13 52.83 -
YUV 121.42 168.4 221.14 -
System Red Green Blue C M Y K H S L
Decimal 252 41 193 0 0.84 0.23 0.01 316.78 0.97 0.57
Hex FC 29 C1 0 54 17 1 13D 61 39
Octal 374 51 301 0 124 27 1 475 141 71
Binary 11111100 101001 11000001 0 1010100 10111 1 100111101 1100001 111001

Color Harmonies of #FC29C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC29C1

Black with #FC29C1

Text Example


Text Example

White with #FC29C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC29C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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