#F271F9

Color #F271F9 Ultra Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultra Pink #F271F9

Tints of Ultra Pink #F271F9

Color information

#F271F9 (or 0xF271F9) is unknown color: approx Ultra Pink. HEX triplet: F2, 71 and F9. RGB value is (242,113,249). Sum of RGB (Red+Green+Blue) = 242+113+249=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 113 (44.53% from 255 or 18.71% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #F271F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F271F9 is #0D8E06. Grayscale: #A6A6A6. Windows color (decimal): -888327 or 16347634. OLE color: 16347634.

HSL color Cylindrical-coordinate representation of color #F271F9: hue angle of 296.91º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F271F9 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242113249-
CMYK0.030.5500.02
HSL296.91º91.89%70.98%-
HSV(B)296.91º54.62%97.65%-
XYZ59.6237.5393.72-
YUV167.08174.24181.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.07%
GREEN value IS 113 (44.53% from 255) = 18.71%
BLUE value IS 249 (97.66% from 255) = 41.23%
R=40.07%
G=18.71%
B=41.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421132490.030.5500.02296.9191.8970.98
HexF271F9337021295c47
Octal36216137136702451134107
Binary111100101110001111110011111011101010010100110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F271F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F271F9; }

 p { color: rgb(242,113,249); }

 H1.HeaderClassName
 {
   color: #F271F9;
 }
 .AnyTagClassName
 {
   color: #F271F9;
 }
</style>
background-color css

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

 a { background-color: rgb(242,113,249); }

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

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

 span { border-color: rgb(242,113,249); }

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