Html Css Color HEX #FC1CE0 Razzle Dazzle Rose

📋 copy color: '#FC1CE0'

red 252 ◦ green 28 ◦ blue 224

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

Shades of Razzle Dazzle Rose #FC1CE0

Tints of Razzle Dazzle Rose #FC1CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.44%

R = 50%
G = 5.56%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FC1CE0 (or 0xFC1CE0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 1C and E0. RGB value is (252,28,224). Sum of RGB (Red+Green+Blue) = 252+28+224=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 28 (11.33% from 255 or 5.56% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1CE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1CE0 is #03E31F. Grayscale: #747474. Windows color (decimal): -254752 or 14687484. OLE color: 14687484.

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

Color convert

RGB 252 28 224 -
CMYK 0 0.89 0.11 0.01
HSL 307.5º 0.97% 0.55% -
HSV(B) 307.5º 0.89% 0.99% -
XYZ 54.01 26.91 72.87 -
YUV 117.32 188.21 224.06 -
System Red Green Blue C M Y K H S L
Decimal 252 28 224 0 0.89 0.11 0.01 307.5 0.97 0.55
Hex FC 1C E0 0 59 B 1 134 61 37
Octal 374 34 340 0 131 13 1 464 141 67
Binary 11111100 11100 11100000 0 1011001 1011 1 100110100 1100001 110111

Color Harmonies of #FC1CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1CE0

Black with #FC1CE0

Text Example


Text Example

White with #FC1CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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