Html Css Color HEX #F1299A Persian Rose

📋 copy color: '#F1299A'

red 241 ◦ green 41 ◦ blue 154

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

Shades of Persian Rose #F1299A

Tints of Persian Rose #F1299A

RGB

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

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

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

R = 55.28%
G = 9.4%
B = 35.32%

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

#F1299A (or 0xF1299A) is known color: Persian Rose. HEX triplet: F1, 29 and 9A. RGB value is (241,41,154). Sum of RGB (Red+Green+Blue) = 241+41+154=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F1299A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1299A is #0ED665. Grayscale: #717171. Windows color (decimal): -972390 or 10103281. OLE color: 10103281.

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

Color convert

RGB 241 41 154 -
CMYK 0 0.83 0.36 0.05
HSL 326.1º 0.88% 0.55% -
HSV(B) 326.1º 0.83% 0.95% -
XYZ 42.9 22.62 32.68 -
YUV 113.68 150.76 218.81 -
System Red Green Blue C M Y K H S L
Decimal 241 41 154 0 0.83 0.36 0.05 326.1 0.88 0.55
Hex F1 29 9A 0 53 24 5 146 58 37
Octal 361 51 232 0 123 44 5 506 130 67
Binary 11110001 101001 10011010 0 1010011 100100 101 101000110 1011000 110111

Color Harmonies of #F1299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1299A

Black with #F1299A

Text Example


Text Example

White with #F1299A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1299A; }

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

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

background-color css

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

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

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

border-color css

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

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

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