Html Css Color HEX #F1289F Persian Rose

📋 copy color: '#F1289F'

red 241 ◦ green 40 ◦ blue 159

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

Shades of Persian Rose #F1289F

Tints of Persian Rose #F1289F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.14%

R = 54.77%
G = 9.09%
B = 36.14%

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

#F1289F (or 0xF1289F) is known color: Persian Rose. HEX triplet: F1, 28 and 9F. RGB value is (241,40,159). Sum of RGB (Red+Green+Blue) = 241+40+159=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F1289F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1289F is #0ED760. Grayscale: #717171. Windows color (decimal): -972641 or 10430705. OLE color: 10430705.

HSL color Cylindrical-coordinate representation of color #F1289F: hue angle of 324.48º 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 #F1289F is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 40 159 -
CMYK 0 0.83 0.34 0.05
HSL 324.48º 0.88% 0.55% -
HSV(B) 324.48º 0.83% 0.95% -
XYZ 43.29 22.72 34.9 -
YUV 113.67 153.59 218.82 -
System Red Green Blue C M Y K H S L
Decimal 241 40 159 0 0.83 0.34 0.05 324.48 0.88 0.55
Hex F1 28 9F 0 53 22 5 144 58 37
Octal 361 50 237 0 123 42 5 504 130 67
Binary 11110001 101000 10011111 0 1010011 100010 101 101000100 1011000 110111

Color Harmonies of #F1289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1289F

Black with #F1289F

Text Example


Text Example

White with #F1289F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1289F; }

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

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

background-color css

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

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

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

border-color css

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

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

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