Html Css Color HEX #F1289E Persian Rose

📋 copy color: '#F1289E'

red 241 ◦ green 40 ◦ blue 158

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

Shades of Persian Rose #F1289E

Tints of Persian Rose #F1289E

RGB

 RED value IS 241 (94.53% from 255) = 54.9%

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

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

R = 54.9%
G = 9.11%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F1289E (or 0xF1289E) is known color: Persian Rose. HEX triplet: F1, 28 and 9E. RGB value is (241,40,158). Sum of RGB (Red+Green+Blue) = 241+40+158=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 40 (16.02% from 255 or 9.11% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F1289E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1289E is #0ED761. Grayscale: #717171. Windows color (decimal): -972642 or 10365169. OLE color: 10365169.

HSL color Cylindrical-coordinate representation of color #F1289E: hue angle of 324.78º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1289E is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 40 158 -
CMYK 0 0.83 0.34 0.05
HSL 324.78º 0.88% 0.55% -
HSV(B) 324.78º 0.83% 0.95% -
XYZ 43.21 22.69 34.45 -
YUV 113.55 153.09 218.91 -
System Red Green Blue C M Y K H S L
Decimal 241 40 158 0 0.83 0.34 0.05 324.78 0.88 0.55
Hex F1 28 9E 0 53 22 5 145 58 37
Octal 361 50 236 0 123 42 5 505 130 67
Binary 11110001 101000 10011110 0 1010011 100010 101 101000101 1011000 110111

Color Harmonies of #F1289E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1289E

Black with #F1289E

Text Example


Text Example

White with #F1289E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1289E; }

 p { color: rgb(241,40,158); }

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

background-color css

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

 a { background-color: rgb(241,40,158); }

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

border-color css

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

 span { border-color: rgb(241,40,158); }

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