Html Css Color HEX #F1279C Persian Rose

📋 copy color: '#F1279C'

red 241 ◦ green 39 ◦ blue 156

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

Shades of Persian Rose #F1279C

Tints of Persian Rose #F1279C

RGB

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

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

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

R = 55.28%
G = 8.94%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1279C (or 0xF1279C) is known color: Persian Rose. HEX triplet: F1, 27 and 9C. RGB value is (241,39,156). Sum of RGB (Red+Green+Blue) = 241+39+156=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F1279C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1279C is #0ED863. Grayscale: #707070. Windows color (decimal): -972900 or 10233841. OLE color: 10233841.

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

Color convert

RGB 241 39 156 -
CMYK 0 0.84 0.35 0.05
HSL 325.25º 0.88% 0.55% -
HSV(B) 325.25º 0.84% 0.95% -
XYZ 43 22.55 33.54 -
YUV 112.74 152.42 219.49 -
System Red Green Blue C M Y K H S L
Decimal 241 39 156 0 0.84 0.35 0.05 325.25 0.88 0.55
Hex F1 27 9C 0 54 23 5 145 58 37
Octal 361 47 234 0 124 43 5 505 130 67
Binary 11110001 100111 10011100 0 1010100 100011 101 101000101 1011000 110111

Color Harmonies of #F1279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1279C

Black with #F1279C

Text Example


Text Example

White with #F1279C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1279C; }

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

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

background-color css

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

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

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

border-color css

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

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

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