Html Css Color HEX #FF28A6 Persian Rose

📋 copy color: '#FF28A6'

red 255 ◦ green 40 ◦ blue 166

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

Shades of Persian Rose #FF28A6

Tints of Persian Rose #FF28A6

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.68%

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

R = 55.31%
G = 8.68%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FF28A6 (or 0xFF28A6) is known color: Persian Rose. HEX triplet: FF, 28 and A6. RGB value is (255,40,166). Sum of RGB (Red+Green+Blue) = 255+40+166=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF28A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF28A6 is #00D759. Grayscale: #767676. Windows color (decimal): -55130 or 10889471. OLE color: 10889471.

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

Color convert

RGB 255 40 166 -
CMYK 0 0.84 0.35 0
HSL 324.84º 1% 0.58% -
HSV(B) 324.84º 0.84% 1% -
XYZ 48.88 25.53 38.43 -
YUV 118.65 154.73 225.25 -
System Red Green Blue C M Y K H S L
Decimal 255 40 166 0 0.84 0.35 0 324.84 1 0.58
Hex FF 28 A6 0 54 23 0 145 64 3A
Octal 377 50 246 0 124 43 0 505 144 72
Binary 11111111 101000 10100110 0 1010100 100011 0 101000101 1100100 111010

Color Harmonies of #FF28A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF28A6

Black with #FF28A6

Text Example


Text Example

White with #FF28A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF28A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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