#F271FF

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

Shades of Ultra Pink #F271FF

Tints of Ultra Pink #F271FF

Color information

#F271FF (or 0xF271FF) is unknown color: approx Ultra Pink. HEX triplet: F2, 71 and FF. RGB value is (242,113,255). Sum of RGB (Red+Green+Blue) = 242+113+255=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 113 (44.53% from 255 or 18.52% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #F271FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F271FF is #0D8E00. Grayscale: #A7A7A7. Windows color (decimal): -888321 or 16740850. OLE color: 16740850.

HSL color Cylindrical-coordinate representation of color #F271FF: hue angle of 294.51º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F271FF is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB242113255-
CMYK0.050.5600
HSL294.51º100%72.16%-
HSV(B)294.51º55.69%100%-
XYZ60.5737.9198.73-
YUV167.76177.24180.95-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.67%
GREEN value IS 113 (44.53% from 255) = 18.52%
BLUE value IS 255 (100% from 255) = 41.80%
R=39.67%
G=18.52%
B=41.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2421132550.050.5600294.5110072.16
HexF271FF538001276448
Octal36216137757000447144110
Binary111100101110001111111111011110000010010011111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F271FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F271FF; }

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

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

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

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

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

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

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

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