Html Css Color HEX #FF299C Persian Rose

📋 copy color: '#FF299C'

red 255 ◦ green 41 ◦ blue 156

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

Shades of Persian Rose #FF299C

Tints of Persian Rose #FF299C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.51%

R = 56.42%
G = 9.07%
B = 34.51%

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

#FF299C (or 0xFF299C) is known color: Persian Rose. HEX triplet: FF, 29 and 9C. RGB value is (255,41,156). Sum of RGB (Red+Green+Blue) = 255+41+156=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF299C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF299C is #00D663. Grayscale: #757575. Windows color (decimal): -54884 or 10234367. OLE color: 10234367.

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

Color convert

RGB 255 41 156 -
CMYK 0 0.84 0.39 0
HSL 327.76º 1% 0.58% -
HSV(B) 327.76º 0.84% 1% -
XYZ 48.03 25.25 33.79 -
YUV 118.1 149.4 225.65 -
System Red Green Blue C M Y K H S L
Decimal 255 41 156 0 0.84 0.39 0 327.76 1 0.58
Hex FF 29 9C 0 54 27 0 148 64 3A
Octal 377 51 234 0 124 47 0 510 144 72
Binary 11111111 101001 10011100 0 1010100 100111 0 101001000 1100100 111010

Color Harmonies of #FF299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF299C

Black with #FF299C

Text Example


Text Example

White with #FF299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF299C; }

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

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

background-color css

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

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

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

border-color css

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

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

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