Html Css Color HEX #FE30AE Persian Rose

📋 copy color: '#FE30AE'

red 254 ◦ green 48 ◦ blue 174

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

Shades of Persian Rose #FE30AE

Tints of Persian Rose #FE30AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.55%

R = 53.36%
G = 10.08%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE30AE (or 0xFE30AE) is known color: Persian Rose. HEX triplet: FE, 30 and AE. RGB value is (254,48,174). Sum of RGB (Red+Green+Blue) = 254+48+174=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 48 (19.14% from 255 or 10.08% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE30AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE30AE is #01CF51. Grayscale: #7B7B7B. Windows color (decimal): -118610 or 11415806. OLE color: 11415806.

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

Color convert

RGB 254 48 174 -
CMYK 0 0.81 0.31 0.00
HSL 323.3º 0.99% 0.59% -
HSV(B) 323.3º 0.81% 1% -
XYZ 49.57 26.24 42.5 -
YUV 123.96 156.25 220.75 -
System Red Green Blue C M Y K H S L
Decimal 254 48 174 0 0.81 0.31 0.00 323.3 0.99 0.59
Hex FE 30 AE 0 51 1F 0 143 63 3B
Octal 376 60 256 0 121 37 0 503 143 73
Binary 11111110 110000 10101110 0 1010001 11111 0 101000011 1100011 111011

Color Harmonies of #FE30AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE30AE

Black with #FE30AE

Text Example


Text Example

White with #FE30AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE30AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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