Html Css Color HEX #FE36BD Razzle Dazzle Rose

📋 copy color: '#FE36BD'

red 254 ◦ green 54 ◦ blue 189

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

Shades of Razzle Dazzle Rose #FE36BD

Tints of Razzle Dazzle Rose #FE36BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.03%

R = 51.11%
G = 10.87%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE36BD (or 0xFE36BD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 36 and BD. RGB value is (254,54,189). Sum of RGB (Red+Green+Blue) = 254+54+189=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 54 (21.48% from 255 or 10.87% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE36BD is #01C942. Grayscale: #808080. Windows color (decimal): -117059 or 12400382. OLE color: 12400382.

HSL color Cylindrical-coordinate representation of color #FE36BD: hue angle of 319.5º 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 #FE36BD is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 54 189 -
CMYK 0 0.79 0.26 0.00
HSL 319.5º 0.99% 0.6% -
HSV(B) 319.5º 0.79% 1% -
XYZ 51.38 27.38 50.72 -
YUV 129.19 161.76 217.02 -
System Red Green Blue C M Y K H S L
Decimal 254 54 189 0 0.79 0.26 0.00 319.5 0.99 0.6
Hex FE 36 BD 0 4F 1A 0 140 63 3C
Octal 376 66 275 0 117 32 0 500 143 74
Binary 11111110 110110 10111101 0 1001111 11010 0 101000000 1100011 111100

Color Harmonies of #FE36BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE36BD

Black with #FE36BD

Text Example


Text Example

White with #FE36BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE36BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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