Html Css Color HEX #FC29CE Razzle Dazzle Rose

📋 copy color: '#FC29CE'

red 252 ◦ green 41 ◦ blue 206

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

Shades of Razzle Dazzle Rose #FC29CE

Tints of Razzle Dazzle Rose #FC29CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.28%

R = 50.5%
G = 8.22%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC29CE (or 0xFC29CE) is known color: Razzle Dazzle Rose. HEX triplet: FC, 29 and CE. RGB value is (252,41,206). Sum of RGB (Red+Green+Blue) = 252+41+206=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 41 (16.41% from 255 or 8.22% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC29CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC29CE is #03D631. Grayscale: #7A7A7A. Windows color (decimal): -251442 or 13511164. OLE color: 13511164.

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

Color convert

RGB 252 41 206 -
CMYK 0 0.84 0.18 0.01
HSL 313.08º 0.97% 0.57% -
HSV(B) 313.08º 0.84% 0.99% -
XYZ 52.08 26.74 60.81 -
YUV 122.9 174.9 220.08 -
System Red Green Blue C M Y K H S L
Decimal 252 41 206 0 0.84 0.18 0.01 313.08 0.97 0.57
Hex FC 29 CE 0 54 12 1 139 61 39
Octal 374 51 316 0 124 22 1 471 141 71
Binary 11111100 101001 11001110 0 1010100 10010 1 100111001 1100001 111001

Color Harmonies of #FC29CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC29CE

Black with #FC29CE

Text Example


Text Example

White with #FC29CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC29CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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