Html Css Color HEX #FE36D3 Razzle Dazzle Rose

📋 copy color: '#FE36D3'

red 254 ◦ green 54 ◦ blue 211

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

Shades of Razzle Dazzle Rose #FE36D3

Tints of Razzle Dazzle Rose #FE36D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.66%

R = 48.94%
G = 10.4%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE36D3 (or 0xFE36D3) is known color: Razzle Dazzle Rose. HEX triplet: FE, 36 and D3. RGB value is (254,54,211). Sum of RGB (Red+Green+Blue) = 254+54+211=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 54 (21.48% from 255 or 10.40% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE36D3 is #01C92C. Grayscale: #838383. Windows color (decimal): -117037 or 13842174. OLE color: 13842174.

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

Color convert

RGB 254 54 211 -
CMYK 0 0.79 0.17 0.00
HSL 312.9º 0.99% 0.6% -
HSV(B) 312.9º 0.79% 1% -
XYZ 53.95 28.41 64.27 -
YUV 131.7 172.76 215.23 -
System Red Green Blue C M Y K H S L
Decimal 254 54 211 0 0.79 0.17 0.00 312.9 0.99 0.6
Hex FE 36 D3 0 4F 11 0 139 63 3C
Octal 376 66 323 0 117 21 0 471 143 74
Binary 11111110 110110 11010011 0 1001111 10001 0 100111001 1100011 111100

Color Harmonies of #FE36D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE36D3

Black with #FE36D3

Text Example


Text Example

White with #FE36D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE36D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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