Html Css Color HEX #F1289B Persian Rose

📋 copy color: '#F1289B'

red 241 ◦ green 40 ◦ blue 155

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

Shades of Persian Rose #F1289B

Tints of Persian Rose #F1289B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.55%

R = 55.28%
G = 9.17%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1289B (or 0xF1289B) is known color: Persian Rose. HEX triplet: F1, 28 and 9B. RGB value is (241,40,155). Sum of RGB (Red+Green+Blue) = 241+40+155=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F1289B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1289B is #0ED764. Grayscale: #707070. Windows color (decimal): -972645 or 10168561. OLE color: 10168561.

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

Color convert

RGB 241 40 155 -
CMYK 0 0.83 0.36 0.05
HSL 325.67º 0.88% 0.55% -
HSV(B) 325.67º 0.83% 0.95% -
XYZ 42.95 22.58 33.11 -
YUV 113.21 151.59 219.15 -
System Red Green Blue C M Y K H S L
Decimal 241 40 155 0 0.83 0.36 0.05 325.67 0.88 0.55
Hex F1 28 9B 0 53 24 5 146 58 37
Octal 361 50 233 0 123 44 5 506 130 67
Binary 11110001 101000 10011011 0 1010011 100100 101 101000110 1011000 110111

Color Harmonies of #F1289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1289B

Black with #F1289B

Text Example


Text Example

White with #F1289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1289B; }

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

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

background-color css

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

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

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

border-color css

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

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

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