Html Css Color HEX #F1279E Persian Rose

📋 copy color: '#F1279E'

red 241 ◦ green 39 ◦ blue 158

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

Shades of Persian Rose #F1279E

Tints of Persian Rose #F1279E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.9%

 BLUE value IS 158 (62.11% from 255) = 36.07%

R = 55.02%
G = 8.9%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F1279E (or 0xF1279E) is known color: Persian Rose. HEX triplet: F1, 27 and 9E. RGB value is (241,39,158). Sum of RGB (Red+Green+Blue) = 241+39+158=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F1279E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1279E is #0ED861. Grayscale: #707070. Windows color (decimal): -972898 or 10364913. OLE color: 10364913.

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

Color convert

RGB 241 39 158 -
CMYK 0 0.84 0.34 0.05
HSL 324.65º 0.88% 0.55% -
HSV(B) 324.65º 0.84% 0.95% -
XYZ 43.17 22.62 34.44 -
YUV 112.96 153.42 219.32 -
System Red Green Blue C M Y K H S L
Decimal 241 39 158 0 0.84 0.34 0.05 324.65 0.88 0.55
Hex F1 27 9E 0 54 22 5 145 58 37
Octal 361 47 236 0 124 42 5 505 130 67
Binary 11110001 100111 10011110 0 1010100 100010 101 101000101 1011000 110111

Color Harmonies of #F1279E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1279E

Black with #F1279E

Text Example


Text Example

White with #F1279E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1279E; }

 p { color: rgb(241,39,158); }

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

background-color css

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

 a { background-color: rgb(241,39,158); }

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

border-color css

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

 span { border-color: rgb(241,39,158); }

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