Html Css Color HEX #F1229F Persian Rose

📋 copy color: '#F1229F'

red 241 ◦ green 34 ◦ blue 159

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

Shades of Persian Rose #F1229F

Tints of Persian Rose #F1229F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.83%

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

R = 55.53%
G = 7.83%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F1229F (or 0xF1229F) is known color: Persian Rose. HEX triplet: F1, 22 and 9F. RGB value is (241,34,159). Sum of RGB (Red+Green+Blue) = 241+34+159=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 34 (13.67% from 255 or 7.83% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F1229F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1229F is #0EDD60. Grayscale: #6D6D6D. Windows color (decimal): -974177 or 10429169. OLE color: 10429169.

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

Color convert

RGB 241 34 159 -
CMYK 0 0.86 0.34 0.05
HSL 323.77º 0.88% 0.54% -
HSV(B) 323.77º 0.86% 0.95% -
XYZ 43.11 22.35 34.84 -
YUV 110.14 155.58 221.34 -
System Red Green Blue C M Y K H S L
Decimal 241 34 159 0 0.86 0.34 0.05 323.77 0.88 0.54
Hex F1 22 9F 0 56 22 5 144 58 36
Octal 361 42 237 0 126 42 5 504 130 66
Binary 11110001 100010 10011111 0 1010110 100010 101 101000100 1011000 110110

Color Harmonies of #F1229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1229F

Black with #F1229F

Text Example


Text Example

White with #F1229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1229F; }

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

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

background-color css

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

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

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

border-color css

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

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

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