Html Css Color HEX #FE36C5 Razzle Dazzle Rose

📋 copy color: '#FE36C5'

red 254 ◦ green 54 ◦ blue 197

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

Shades of Razzle Dazzle Rose #FE36C5

Tints of Razzle Dazzle Rose #FE36C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.01%

R = 50.3%
G = 10.69%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE36C5 (or 0xFE36C5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 36 and C5. RGB value is (254,54,197). Sum of RGB (Red+Green+Blue) = 254+54+197=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 54 (21.48% from 255 or 10.69% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE36C5 is #01C93A. Grayscale: #818181. Windows color (decimal): -117051 or 12924670. OLE color: 12924670.

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

Color convert

RGB 254 54 197 -
CMYK 0 0.79 0.22 0.00
HSL 317.1º 0.99% 0.6% -
HSV(B) 317.1º 0.79% 1% -
XYZ 52.27 27.74 55.42 -
YUV 130.1 165.76 216.37 -
System Red Green Blue C M Y K H S L
Decimal 254 54 197 0 0.79 0.22 0.00 317.1 0.99 0.6
Hex FE 36 C5 0 4F 16 0 13D 63 3C
Octal 376 66 305 0 117 26 0 475 143 74
Binary 11111110 110110 11000101 0 1001111 10110 0 100111101 1100011 111100

Color Harmonies of #FE36C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE36C5

Black with #FE36C5

Text Example


Text Example

White with #FE36C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE36C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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