Html Css Color HEX #FE33AC Persian Rose

📋 copy color: '#FE33AC'

red 254 ◦ green 51 ◦ blue 172

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

Shades of Persian Rose #FE33AC

Tints of Persian Rose #FE33AC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.69%

 BLUE value IS 172 (67.58% from 255) = 36.06%

R = 53.25%
G = 10.69%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE33AC (or 0xFE33AC) is known color: Persian Rose. HEX triplet: FE, 33 and AC. RGB value is (254,51,172). Sum of RGB (Red+Green+Blue) = 254+51+172=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 51 (20.31% from 255 or 10.69% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE33AC is #01CC53. Grayscale: #7D7D7D. Windows color (decimal): -117844 or 11285502. OLE color: 11285502.

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

Color convert

RGB 254 51 172 -
CMYK 0 0.80 0.32 0.00
HSL 324.24º 0.99% 0.6% -
HSV(B) 324.24º 0.8% 1% -
XYZ 49.5 26.42 41.52 -
YUV 125.49 154.25 219.66 -
System Red Green Blue C M Y K H S L
Decimal 254 51 172 0 0.80 0.32 0.00 324.24 0.99 0.6
Hex FE 33 AC 0 50 20 0 144 63 3C
Octal 376 63 254 0 120 40 0 504 143 74
Binary 11111110 110011 10101100 0 1010000 100000 0 101000100 1100011 111100

Color Harmonies of #FE33AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE33AC

Black with #FE33AC

Text Example


Text Example

White with #FE33AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE33AC; }

 p { color: rgb(254,51,172); }

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

background-color css

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

 a { background-color: rgb(254,51,172); }

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

border-color css

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

 span { border-color: rgb(254,51,172); }

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