Html Css Color HEX #F1219F Persian Rose

📋 copy color: '#F1219F'

red 241 ◦ green 33 ◦ blue 159

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

Shades of Persian Rose #F1219F

Tints of Persian Rose #F1219F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.62%

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

R = 55.66%
G = 7.62%
B = 36.72%

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

#F1219F (or 0xF1219F) is known color: Persian Rose. HEX triplet: F1, 21 and 9F. RGB value is (241,33,159). Sum of RGB (Red+Green+Blue) = 241+33+159=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 33 (13.28% from 255 or 7.62% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F1219F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1219F is #0EDE60. Grayscale: #6D6D6D. Windows color (decimal): -974433 or 10428913. OLE color: 10428913.

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

Color convert

RGB 241 33 159 -
CMYK 0 0.86 0.34 0.05
HSL 323.65º 0.88% 0.54% -
HSV(B) 323.65º 0.86% 0.95% -
XYZ 43.08 22.29 34.83 -
YUV 109.56 155.91 221.75 -
System Red Green Blue C M Y K H S L
Decimal 241 33 159 0 0.86 0.34 0.05 323.65 0.88 0.54
Hex F1 21 9F 0 56 22 5 144 58 36
Octal 361 41 237 0 126 42 5 504 130 66
Binary 11110001 100001 10011111 0 1010110 100010 101 101000100 1011000 110110

Color Harmonies of #F1219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1219F

Black with #F1219F

Text Example


Text Example

White with #F1219F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1219F; }

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

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

background-color css

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

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

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

border-color css

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

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

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