Html Css Color HEX #FF299B Persian Rose

📋 copy color: '#FF299B'

red 255 ◦ green 41 ◦ blue 155

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

Shades of Persian Rose #FF299B

Tints of Persian Rose #FF299B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.09%

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

R = 56.54%
G = 9.09%
B = 34.37%

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

#FF299B (or 0xFF299B) is known color: Persian Rose. HEX triplet: FF, 29 and 9B. RGB value is (255,41,155). Sum of RGB (Red+Green+Blue) = 255+41+155=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 41 (16.41% from 255 or 9.09% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF299B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF299B is #00D664. Grayscale: #757575. Windows color (decimal): -54885 or 10168831. OLE color: 10168831.

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

Color convert

RGB 255 41 155 -
CMYK 0 0.84 0.39 0
HSL 328.04º 1% 0.58% -
HSV(B) 328.04º 0.84% 1% -
XYZ 47.95 25.21 33.35 -
YUV 117.98 148.9 225.73 -
System Red Green Blue C M Y K H S L
Decimal 255 41 155 0 0.84 0.39 0 328.04 1 0.58
Hex FF 29 9B 0 54 27 0 148 64 3A
Octal 377 51 233 0 124 47 0 510 144 72
Binary 11111111 101001 10011011 0 1010100 100111 0 101001000 1100100 111010

Color Harmonies of #FF299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF299B

Black with #FF299B

Text Example


Text Example

White with #FF299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF299B; }

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

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

background-color css

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

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

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

border-color css

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

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

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