Html Css Color HEX #FD36E3 Razzle Dazzle Rose

📋 copy color: '#FD36E3'

red 253 ◦ green 54 ◦ blue 227

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

Shades of Razzle Dazzle Rose #FD36E3

Tints of Razzle Dazzle Rose #FD36E3

RGB

 RED value IS 253 (99.22% from 255) = 47.38%

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

 BLUE value IS 227 (89.06% from 255) = 42.51%

R = 47.38%
G = 10.11%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FD36E3 (or 0xFD36E3) is known color: Razzle Dazzle Rose. HEX triplet: FD, 36 and E3. RGB value is (253,54,227). Sum of RGB (Red+Green+Blue) = 253+54+227=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 54 (21.48% from 255 or 10.11% from 534); Blue value is 227 (89.06% from 255 or 42.51% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FD36E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD36E3 is #02C91C. Grayscale: #848484. Windows color (decimal): -182557 or 14890749. OLE color: 14890749.

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

Color convert

RGB 253 54 227 -
CMYK 0 0.79 0.10 0.01
HSL 307.84º 0.98% 0.6% -
HSV(B) 307.84º 0.79% 0.99% -
XYZ 55.69 29.07 75.35 -
YUV 133.22 180.93 213.43 -
System Red Green Blue C M Y K H S L
Decimal 253 54 227 0 0.79 0.10 0.01 307.84 0.98 0.6
Hex FD 36 E3 0 4F A 1 134 62 3C
Octal 375 66 343 0 117 12 1 464 142 74
Binary 11111101 110110 11100011 0 1001111 1010 1 100110100 1100010 111100

Color Harmonies of #FD36E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD36E3

Black with #FD36E3

Text Example


Text Example

White with #FD36E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD36E3; }

 p { color: rgb(253,54,227); }

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

background-color css

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

 a { background-color: rgb(253,54,227); }

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

border-color css

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

 span { border-color: rgb(253,54,227); }

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