Html Css Color HEX #FF27A8 Persian Rose

📋 copy color: '#FF27A8'

red 255 ◦ green 39 ◦ blue 168

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

Shades of Persian Rose #FF27A8

Tints of Persian Rose #FF27A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.36%

R = 55.19%
G = 8.44%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FF27A8 (or 0xFF27A8) is known color: Persian Rose. HEX triplet: FF, 27 and A8. RGB value is (255,39,168). Sum of RGB (Red+Green+Blue) = 255+39+168=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 39 (15.62% from 255 or 8.44% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF27A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF27A8 is #00D857. Grayscale: #757575. Windows color (decimal): -55384 or 11020287. OLE color: 11020287.

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

Color convert

RGB 255 39 168 -
CMYK 0 0.85 0.34 0
HSL 324.17º 1% 0.58% -
HSV(B) 324.17º 0.85% 1% -
XYZ 49.03 25.54 39.39 -
YUV 118.29 156.06 225.51 -
System Red Green Blue C M Y K H S L
Decimal 255 39 168 0 0.85 0.34 0 324.17 1 0.58
Hex FF 27 A8 0 55 22 0 144 64 3A
Octal 377 47 250 0 125 42 0 504 144 72
Binary 11111111 100111 10101000 0 1010101 100010 0 101000100 1100100 111010

Color Harmonies of #FF27A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF27A8

Black with #FF27A8

Text Example


Text Example

White with #FF27A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF27A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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