Html Css Color HEX #FC1BE1 Razzle Dazzle Rose

📋 copy color: '#FC1BE1'

red 252 ◦ green 27 ◦ blue 225

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

Shades of Razzle Dazzle Rose #FC1BE1

Tints of Razzle Dazzle Rose #FC1BE1

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.36%

 BLUE value IS 225 (88.28% from 255) = 44.64%

R = 50%
G = 5.36%
B = 44.64%

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

#FC1BE1 (or 0xFC1BE1) is known color: Razzle Dazzle Rose. HEX triplet: FC, 1B and E1. RGB value is (252,27,225). Sum of RGB (Red+Green+Blue) = 252+27+225=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 27 (10.94% from 255 or 5.36% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1BE1 is #03E41E. Grayscale: #747474. Windows color (decimal): -255007 or 14752764. OLE color: 14752764.

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

Color convert

RGB 252 27 225 -
CMYK 0 0.89 0.11 0.01
HSL 307.2º 0.97% 0.55% -
HSV(B) 307.2º 0.89% 0.99% -
XYZ 54.13 26.92 73.58 -
YUV 116.85 189.04 224.4 -
System Red Green Blue C M Y K H S L
Decimal 252 27 225 0 0.89 0.11 0.01 307.2 0.97 0.55
Hex FC 1B E1 0 59 B 1 133 61 37
Octal 374 33 341 0 131 13 1 463 141 67
Binary 11111100 11011 11100001 0 1011001 1011 1 100110011 1100001 110111

Color Harmonies of #FC1BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1BE1

Black with #FC1BE1

Text Example


Text Example

White with #FC1BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1BE1; }

 p { color: rgb(252,27,225); }

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

background-color css

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

 a { background-color: rgb(252,27,225); }

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

border-color css

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

 span { border-color: rgb(252,27,225); }

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