Html Css Color HEX #F127A9 Persian Rose

📋 copy color: '#F127A9'

red 241 ◦ green 39 ◦ blue 169

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

Shades of Persian Rose #F127A9

Tints of Persian Rose #F127A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 37.64%

R = 53.67%
G = 8.69%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F127A9 (or 0xF127A9) is known color: Persian Rose. HEX triplet: F1, 27 and A9. RGB value is (241,39,169). Sum of RGB (Red+Green+Blue) = 241+39+169=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 39 (15.62% from 255 or 8.69% from 449); Blue value is 169 (66.41% from 255 or 37.64% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F127A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F127A9 is #0ED856. Grayscale: #717171. Windows color (decimal): -972887 or 11085809. OLE color: 11085809.

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

Color convert

RGB 241 39 169 -
CMYK 0 0.84 0.30 0.05
HSL 321.39º 0.88% 0.55% -
HSV(B) 321.39º 0.84% 0.95% -
XYZ 44.16 23.02 39.65 -
YUV 114.22 158.92 218.43 -
System Red Green Blue C M Y K H S L
Decimal 241 39 169 0 0.84 0.30 0.05 321.39 0.88 0.55
Hex F1 27 A9 0 54 1E 5 141 58 37
Octal 361 47 251 0 124 36 5 501 130 67
Binary 11110001 100111 10101001 0 1010100 11110 101 101000001 1011000 110111

Color Harmonies of #F127A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F127A9

Black with #F127A9

Text Example


Text Example

White with #F127A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F127A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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