Html Css Color HEX #FE30AA Persian Rose

📋 copy color: '#FE30AA'

red 254 ◦ green 48 ◦ blue 170

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

Shades of Persian Rose #FE30AA

Tints of Persian Rose #FE30AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.02%

R = 53.81%
G = 10.17%
B = 36.02%

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

#FE30AA (or 0xFE30AA) is known color: Persian Rose. HEX triplet: FE, 30 and AA. RGB value is (254,48,170). Sum of RGB (Red+Green+Blue) = 254+48+170=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 48 (19.14% from 255 or 10.17% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE30AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE30AA is #01CF55. Grayscale: #7B7B7B. Windows color (decimal): -118614 or 11153662. OLE color: 11153662.

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

Color convert

RGB 254 48 170 -
CMYK 0 0.81 0.33 0.00
HSL 324.47º 0.99% 0.59% -
HSV(B) 324.47º 0.81% 1% -
XYZ 49.19 26.09 40.47 -
YUV 123.5 154.25 221.08 -
System Red Green Blue C M Y K H S L
Decimal 254 48 170 0 0.81 0.33 0.00 324.47 0.99 0.59
Hex FE 30 AA 0 51 21 0 144 63 3B
Octal 376 60 252 0 121 41 0 504 143 73
Binary 11111110 110000 10101010 0 1010001 100001 0 101000100 1100011 111011

Color Harmonies of #FE30AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE30AA

Black with #FE30AA

Text Example


Text Example

White with #FE30AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE30AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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