Html Css Color HEX #FF27A6 Persian Rose

📋 copy color: '#FF27A6'

red 255 ◦ green 39 ◦ blue 166

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

Shades of Persian Rose #FF27A6

Tints of Persian Rose #FF27A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.09%

R = 55.43%
G = 8.48%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FF27A6 (or 0xFF27A6) is known color: Persian Rose. HEX triplet: FF, 27 and A6. RGB value is (255,39,166). Sum of RGB (Red+Green+Blue) = 255+39+166=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 39 (15.62% from 255 or 8.48% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF27A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF27A6 is #00D859. Grayscale: #757575. Windows color (decimal): -55386 or 10889215. OLE color: 10889215.

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

Color convert

RGB 255 39 166 -
CMYK 0 0.85 0.35 0
HSL 324.72º 1% 0.58% -
HSV(B) 324.72º 0.85% 1% -
XYZ 48.85 25.46 38.42 -
YUV 118.06 155.06 225.67 -
System Red Green Blue C M Y K H S L
Decimal 255 39 166 0 0.85 0.35 0 324.72 1 0.58
Hex FF 27 A6 0 55 23 0 145 64 3A
Octal 377 47 246 0 125 43 0 505 144 72
Binary 11111111 100111 10100110 0 1010101 100011 0 101000101 1100100 111010

Color Harmonies of #FF27A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF27A6

Black with #FF27A6

Text Example


Text Example

White with #FF27A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF27A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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