#F272FB

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

Shades of Ultra Pink #F272FB

Tints of Ultra Pink #F272FB

Color information

#F272FB (or 0xF272FB) is unknown color: approx Ultra Pink. HEX triplet: F2, 72 and FB. RGB value is (242,114,251). Sum of RGB (Red+Green+Blue) = 242+114+251=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 114 (44.92% from 255 or 18.78% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #F272FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F272FB is #0D8D04. Grayscale: #A7A7A7. Windows color (decimal): -888069 or 16478962. OLE color: 16478962.

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

Color convert

RGB242114251-
CMYK0.040.5500.02
HSL296.06º94.48%71.57%-
HSV(B)296.06º54.58%98.43%-
XYZ60.0537.8895.41-
YUV167.89174.91180.86-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.87%
GREEN value IS 114 (44.92% from 255) = 18.78%
BLUE value IS 251 (98.44% from 255) = 41.35%
R=39.87%
G=18.78%
B=41.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421142510.040.5500.02296.0694.4871.57
HexF272FB437021285e48
Octal36216237346702450136110
Binary1111001011100101111101110011011101010010100010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F272FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F272FB; }

 p { color: rgb(242,114,251); }

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

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

 a { background-color: rgb(242,114,251); }

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

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

 span { border-color: rgb(242,114,251); }

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