#F271F4

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

Shades of Ultra Pink #F271F4

Tints of Ultra Pink #F271F4

Color information

#F271F4 (or 0xF271F4) is unknown color: approx Ultra Pink. HEX triplet: F2, 71 and F4. RGB value is (242,113,244). Sum of RGB (Red+Green+Blue) = 242+113+244=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 113 (44.53% from 255 or 18.86% from 599); Blue value is 244 (95.70% from 255 or 40.73% from 599); Max value from RGB is 244 - color contains mainly: blue. Hex color #F271F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F271F4 is #0D8E0B. Grayscale: #A6A6A6. Windows color (decimal): -888332 or 16019954. OLE color: 16019954.

HSL color Cylindrical-coordinate representation of color #F271F4: hue angle of 299.08º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F271F4 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB242113244-
CMYK0.010.5400.04
HSL299.08º85.62%70%-
HSV(B)299.08º53.69%95.69%-
XYZ58.8537.2289.67-
YUV166.51171.74181.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.40%
GREEN value IS 113 (44.53% from 255) = 18.86%
BLUE value IS 244 (95.70% from 255) = 40.73%
R=40.40%
G=18.86%
B=40.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2421132440.010.5400.04299.0885.6270
HexF271F41360412b5646
Octal36216136416604453126106
Binary111100101110001111101001110110010010010101110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F271F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F271F4; }

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

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

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

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

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

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

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

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