Html Css Color HEX #FF27AA Persian Rose

📋 copy color: '#FF27AA'

red 255 ◦ green 39 ◦ blue 170

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

Shades of Persian Rose #FF27AA

Tints of Persian Rose #FF27AA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.41%

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

R = 54.96%
G = 8.41%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF27AA (or 0xFF27AA) is known color: Persian Rose. HEX triplet: FF, 27 and AA. RGB value is (255,39,170). Sum of RGB (Red+Green+Blue) = 255+39+170=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 39 (15.62% from 255 or 8.41% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF27AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF27AA is #00D855. Grayscale: #767676. Windows color (decimal): -55382 or 11151359. OLE color: 11151359.

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

Color convert

RGB 255 39 170 -
CMYK 0 0.85 0.33 0
HSL 323.61º 1% 0.58% -
HSV(B) 323.61º 0.85% 1% -
XYZ 49.22 25.61 40.38 -
YUV 118.52 157.06 225.35 -
System Red Green Blue C M Y K H S L
Decimal 255 39 170 0 0.85 0.33 0 323.61 1 0.58
Hex FF 27 AA 0 55 21 0 144 64 3A
Octal 377 47 252 0 125 41 0 504 144 72
Binary 11111111 100111 10101010 0 1010101 100001 0 101000100 1100100 111010

Color Harmonies of #FF27AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF27AA

Black with #FF27AA

Text Example


Text Example

White with #FF27AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF27AA; }

 p { color: rgb(255,39,170); }

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

background-color css

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

 a { background-color: rgb(255,39,170); }

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

border-color css

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

 span { border-color: rgb(255,39,170); }

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