Html Css Color HEX #FE30AB Persian Rose

📋 copy color: '#FE30AB'

red 254 ◦ green 48 ◦ blue 171

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

Shades of Persian Rose #FE30AB

Tints of Persian Rose #FE30AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.15%

R = 53.7%
G = 10.15%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE30AB (or 0xFE30AB) is known color: Persian Rose. HEX triplet: FE, 30 and AB. RGB value is (254,48,171). Sum of RGB (Red+Green+Blue) = 254+48+171=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE30AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE30AB is #01CF54. Grayscale: #7B7B7B. Windows color (decimal): -118613 or 11219198. OLE color: 11219198.

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

Color convert

RGB 254 48 171 -
CMYK 0 0.81 0.33 0.00
HSL 324.17º 0.99% 0.59% -
HSV(B) 324.17º 0.81% 1% -
XYZ 49.28 26.13 40.97 -
YUV 123.62 154.75 221 -
System Red Green Blue C M Y K H S L
Decimal 254 48 171 0 0.81 0.33 0.00 324.17 0.99 0.59
Hex FE 30 AB 0 51 21 0 144 63 3B
Octal 376 60 253 0 121 41 0 504 143 73
Binary 11111110 110000 10101011 0 1010001 100001 0 101000100 1100011 111011

Color Harmonies of #FE30AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE30AB

Black with #FE30AB

Text Example


Text Example

White with #FE30AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE30AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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