Html Css Color HEX #FF289B Persian Rose

📋 copy color: '#FF289B'

red 255 ◦ green 40 ◦ blue 155

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

Shades of Persian Rose #FF289B

Tints of Persian Rose #FF289B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.44%

R = 56.67%
G = 8.89%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FF289B (or 0xFF289B) is known color: Persian Rose. HEX triplet: FF, 28 and 9B. RGB value is (255,40,155). Sum of RGB (Red+Green+Blue) = 255+40+155=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 40 (16.02% from 255 or 8.89% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF289B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF289B is #00D764. Grayscale: #757575. Windows color (decimal): -55141 or 10168575. OLE color: 10168575.

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

Color convert

RGB 255 40 155 -
CMYK 0 0.84 0.39 0
HSL 327.91º 1% 0.58% -
HSV(B) 327.91º 0.84% 1% -
XYZ 47.92 25.14 33.34 -
YUV 117.4 149.23 226.15 -
System Red Green Blue C M Y K H S L
Decimal 255 40 155 0 0.84 0.39 0 327.91 1 0.58
Hex FF 28 9B 0 54 27 0 148 64 3A
Octal 377 50 233 0 124 47 0 510 144 72
Binary 11111111 101000 10011011 0 1010100 100111 0 101001000 1100100 111010

Color Harmonies of #FF289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF289B

Black with #FF289B

Text Example


Text Example

White with #FF289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF289B; }

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

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

background-color css

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

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

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

border-color css

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

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

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