#F271F7

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

Shades of Ultra Pink #F271F7

Tints of Ultra Pink #F271F7

Color information

#F271F7 (or 0xF271F7) is unknown color: approx Ultra Pink. HEX triplet: F2, 71 and F7. RGB value is (242,113,247). Sum of RGB (Red+Green+Blue) = 242+113+247=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 113 (44.53% from 255 or 18.77% from 602); Blue value is 247 (96.88% from 255 or 41.03% from 602); Max value from RGB is 247 - color contains mainly: blue. Hex color #F271F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F271F7 is #0D8E08. Grayscale: #A6A6A6. Windows color (decimal): -888329 or 16216562. OLE color: 16216562.

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

Color convert

RGB242113247-
CMYK0.020.5400.03
HSL297.76º89.33%70.59%-
HSV(B)297.76º54.25%96.86%-
XYZ59.3137.492.09-
YUV166.85173.24181.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.20%
GREEN value IS 113 (44.53% from 255) = 18.77%
BLUE value IS 247 (96.88% from 255) = 41.03%
R=40.20%
G=18.77%
B=41.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2421132470.020.5400.03297.7689.3370.59
HexF271F72360312a5947
Octal36216136726603452131107
Binary111100101110001111101111011011001110010101010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F271F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F271F7; }

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

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

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

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

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

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

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

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