Html Css Color HEX #F1249C Persian Rose

📋 copy color: '#F1249C'

red 241 ◦ green 36 ◦ blue 156

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

Shades of Persian Rose #F1249C

Tints of Persian Rose #F1249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.31%

 BLUE value IS 156 (61.33% from 255) = 36.03%

R = 55.66%
G = 8.31%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1249C (or 0xF1249C) is known color: Persian Rose. HEX triplet: F1, 24 and 9C. RGB value is (241,36,156). Sum of RGB (Red+Green+Blue) = 241+36+156=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 36 (14.45% from 255 or 8.31% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F1249C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1249C is #0EDB63. Grayscale: #6E6E6E. Windows color (decimal): -973668 or 10233073. OLE color: 10233073.

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

Color convert

RGB 241 36 156 -
CMYK 0 0.85 0.35 0.05
HSL 324.88º 0.88% 0.54% -
HSV(B) 324.88º 0.85% 0.95% -
XYZ 42.91 22.36 33.51 -
YUV 110.98 153.42 220.74 -
System Red Green Blue C M Y K H S L
Decimal 241 36 156 0 0.85 0.35 0.05 324.88 0.88 0.54
Hex F1 24 9C 0 55 23 5 145 58 36
Octal 361 44 234 0 125 43 5 505 130 66
Binary 11110001 100100 10011100 0 1010101 100011 101 101000101 1011000 110110

Color Harmonies of #F1249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1249C

Black with #F1249C

Text Example


Text Example

White with #F1249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1249C; }

 p { color: rgb(241,36,156); }

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

background-color css

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

 a { background-color: rgb(241,36,156); }

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

border-color css

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

 span { border-color: rgb(241,36,156); }

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