Html Css Color HEX #F1249F Persian Rose

📋 copy color: '#F1249F'

red 241 ◦ green 36 ◦ blue 159

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

Shades of Persian Rose #F1249F

Tints of Persian Rose #F1249F

RGB

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

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

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

R = 55.28%
G = 8.26%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F1249F (or 0xF1249F) is known color: Persian Rose. HEX triplet: F1, 24 and 9F. RGB value is (241,36,159). Sum of RGB (Red+Green+Blue) = 241+36+159=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F1249F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1249F is #0EDB60. Grayscale: #6F6F6F. Windows color (decimal): -973665 or 10429681. OLE color: 10429681.

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

Color convert

RGB 241 36 159 -
CMYK 0 0.85 0.34 0.05
HSL 324º 0.88% 0.54% -
HSV(B) 324º 0.85% 0.95% -
XYZ 43.16 22.47 34.86 -
YUV 111.32 154.92 220.5 -
System Red Green Blue C M Y K H S L
Decimal 241 36 159 0 0.85 0.34 0.05 324 0.88 0.54
Hex F1 24 9F 0 55 22 5 144 58 36
Octal 361 44 237 0 125 42 5 504 130 66
Binary 11110001 100100 10011111 0 1010101 100010 101 101000100 1011000 110110

Color Harmonies of #F1249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1249F

Black with #F1249F

Text Example


Text Example

White with #F1249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1249F; }

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

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

background-color css

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

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

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

border-color css

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

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

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