Html Css Color HEX #FF299A Persian Rose

📋 copy color: '#FF299A'

red 255 ◦ green 41 ◦ blue 154

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

Shades of Persian Rose #FF299A

Tints of Persian Rose #FF299A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.22%

R = 56.67%
G = 9.11%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF299A (or 0xFF299A) is known color: Persian Rose. HEX triplet: FF, 29 and 9A. RGB value is (255,41,154). Sum of RGB (Red+Green+Blue) = 255+41+154=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 41 (16.41% from 255 or 9.11% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF299A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF299A is #00D665. Grayscale: #757575. Windows color (decimal): -54886 or 10103295. OLE color: 10103295.

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

Color convert

RGB 255 41 154 -
CMYK 0 0.84 0.40 0
HSL 328.32º 1% 0.58% -
HSV(B) 328.32º 0.84% 1% -
XYZ 47.87 25.18 32.91 -
YUV 117.87 148.4 225.81 -
System Red Green Blue C M Y K H S L
Decimal 255 41 154 0 0.84 0.40 0 328.32 1 0.58
Hex FF 29 9A 0 54 28 0 148 64 3A
Octal 377 51 232 0 124 50 0 510 144 72
Binary 11111111 101001 10011010 0 1010100 101000 0 101001000 1100100 111010

Color Harmonies of #FF299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF299A

Black with #FF299A

Text Example


Text Example

White with #FF299A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF299A; }

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

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

background-color css

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

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

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

border-color css

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

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

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