Html Css Color HEX #FF30AE Persian Rose

📋 copy color: '#FF30AE'

red 255 ◦ green 48 ◦ blue 174

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

Shades of Persian Rose #FF30AE

Tints of Persian Rose #FF30AE

RGB

 RED value IS 255 (100% from 255) = 53.46%

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

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

R = 53.46%
G = 10.06%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FF30AE (or 0xFF30AE) is known color: Persian Rose. HEX triplet: FF, 30 and AE. RGB value is (255,48,174). Sum of RGB (Red+Green+Blue) = 255+48+174=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 48 (19.14% from 255 or 10.06% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF30AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF30AE is #00CF51. Grayscale: #7B7B7B. Windows color (decimal): -53074 or 11415807. OLE color: 11415807.

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

Color convert

RGB 255 48 174 -
CMYK 0 0.81 0.32 0
HSL 323.48º 1% 0.59% -
HSV(B) 323.48º 0.81% 1% -
XYZ 49.94 26.43 42.51 -
YUV 124.26 156.08 221.25 -
System Red Green Blue C M Y K H S L
Decimal 255 48 174 0 0.81 0.32 0 323.48 1 0.59
Hex FF 30 AE 0 51 20 0 143 64 3B
Octal 377 60 256 0 121 40 0 503 144 73
Binary 11111111 110000 10101110 0 1010001 100000 0 101000011 1100100 111011

Color Harmonies of #FF30AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF30AE

Black with #FF30AE

Text Example


Text Example

White with #FF30AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF30AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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