Html Css Color HEX #FE36CC Razzle Dazzle Rose

📋 copy color: '#FE36CC'

red 254 ◦ green 54 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FE36CC

Tints of Razzle Dazzle Rose #FE36CC

RGB

 RED value IS 254 (99.61% from 255) = 49.61%

 GREEN value IS 54 (21.48% from 255) = 10.55%

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 49.61%
G = 10.55%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE36CC (or 0xFE36CC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 36 and CC. RGB value is (254,54,204). Sum of RGB (Red+Green+Blue) = 254+54+204=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 54 (21.48% from 255 or 10.55% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE36CC is #01C933. Grayscale: #828282. Windows color (decimal): -117044 or 13383422. OLE color: 13383422.

HSL color Cylindrical-coordinate representation of color #FE36CC: hue angle of 315º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE36CC is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 54 204 -
CMYK 0 0.79 0.20 0.00
HSL 315º 0.99% 0.6% -
HSV(B) 315º 0.79% 1% -
XYZ 53.09 28.07 59.75 -
YUV 130.9 169.26 215.8 -
System Red Green Blue C M Y K H S L
Decimal 254 54 204 0 0.79 0.20 0.00 315 0.99 0.6
Hex FE 36 CC 0 4F 14 0 13B 63 3C
Octal 376 66 314 0 117 24 0 473 143 74
Binary 11111110 110110 11001100 0 1001111 10100 0 100111011 1100011 111100

Color Harmonies of #FE36CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE36CC

Black with #FE36CC

Text Example


Text Example

White with #FE36CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE36CC; }

 p { color: rgb(254,54,204); }

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

background-color css

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

 a { background-color: rgb(254,54,204); }

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

border-color css

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

 span { border-color: rgb(254,54,204); }

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