Html Css Color HEX #FE30AC Persian Rose

📋 copy color: '#FE30AC'

red 254 ◦ green 48 ◦ blue 172

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

Shades of Persian Rose #FE30AC

Tints of Persian Rose #FE30AC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.13%

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

R = 53.59%
G = 10.13%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE30AC (or 0xFE30AC) is known color: Persian Rose. HEX triplet: FE, 30 and AC. RGB value is (254,48,172). Sum of RGB (Red+Green+Blue) = 254+48+172=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE30AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE30AC is #01CF53. Grayscale: #7B7B7B. Windows color (decimal): -118612 or 11284734. OLE color: 11284734.

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

Color convert

RGB 254 48 172 -
CMYK 0 0.81 0.32 0.00
HSL 323.88º 0.99% 0.59% -
HSV(B) 323.88º 0.81% 1% -
XYZ 49.38 26.16 41.48 -
YUV 123.73 155.25 220.92 -
System Red Green Blue C M Y K H S L
Decimal 254 48 172 0 0.81 0.32 0.00 323.88 0.99 0.59
Hex FE 30 AC 0 51 20 0 144 63 3B
Octal 376 60 254 0 121 40 0 504 143 73
Binary 11111110 110000 10101100 0 1010001 100000 0 101000100 1100011 111011

Color Harmonies of #FE30AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE30AC

Black with #FE30AC

Text Example


Text Example

White with #FE30AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE30AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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