Html Css Color HEX #FF299E Persian Rose

📋 copy color: '#FF299E'

red 255 ◦ green 41 ◦ blue 158

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

Shades of Persian Rose #FF299E

Tints of Persian Rose #FF299E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.8%

R = 56.17%
G = 9.03%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FF299E (or 0xFF299E) is known color: Persian Rose. HEX triplet: FF, 29 and 9E. RGB value is (255,41,158). Sum of RGB (Red+Green+Blue) = 255+41+158=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 41 (16.41% from 255 or 9.03% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF299E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF299E is #00D661. Grayscale: #767676. Windows color (decimal): -54882 or 10365439. OLE color: 10365439.

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

Color convert

RGB 255 41 158 -
CMYK 0 0.84 0.38 0
HSL 327.2º 1% 0.58% -
HSV(B) 327.2º 0.84% 1% -
XYZ 48.2 25.31 34.69 -
YUV 118.32 150.4 225.49 -
System Red Green Blue C M Y K H S L
Decimal 255 41 158 0 0.84 0.38 0 327.2 1 0.58
Hex FF 29 9E 0 54 26 0 147 64 3A
Octal 377 51 236 0 124 46 0 507 144 72
Binary 11111111 101001 10011110 0 1010100 100110 0 101000111 1100100 111010

Color Harmonies of #FF299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF299E

Black with #FF299E

Text Example


Text Example

White with #FF299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF299E; }

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

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

background-color css

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

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

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

border-color css

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

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

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