Html Css Color HEX #FC1CE6 Razzle Dazzle Rose

📋 copy color: '#FC1CE6'

red 252 ◦ green 28 ◦ blue 230

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

Shades of Razzle Dazzle Rose #FC1CE6

Tints of Razzle Dazzle Rose #FC1CE6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.49%

 BLUE value IS 230 (90.23% from 255) = 45.1%

R = 49.41%
G = 5.49%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC1CE6 (or 0xFC1CE6) is known color: Razzle Dazzle Rose. HEX triplet: FC, 1C and E6. RGB value is (252,28,230). Sum of RGB (Red+Green+Blue) = 252+28+230=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 28 (11.33% from 255 or 5.49% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1CE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1CE6 is #03E319. Grayscale: #757575. Windows color (decimal): -254746 or 15080700. OLE color: 15080700.

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

Color convert

RGB 252 28 230 -
CMYK 0 0.89 0.09 0.01
HSL 305.89º 0.97% 0.55% -
HSV(B) 305.89º 0.89% 0.99% -
XYZ 54.84 27.24 77.23 -
YUV 118 191.21 223.57 -
System Red Green Blue C M Y K H S L
Decimal 252 28 230 0 0.89 0.09 0.01 305.89 0.97 0.55
Hex FC 1C E6 0 59 9 1 132 61 37
Octal 374 34 346 0 131 11 1 462 141 67
Binary 11111100 11100 11100110 0 1011001 1001 1 100110010 1100001 110111

Color Harmonies of #FC1CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1CE6

Black with #FC1CE6

Text Example


Text Example

White with #FC1CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1CE6; }

 p { color: rgb(252,28,230); }

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

background-color css

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

 a { background-color: rgb(252,28,230); }

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

border-color css

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

 span { border-color: rgb(252,28,230); }

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