#F272FF

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

Shades of Ultra Pink #F272FF

Tints of Ultra Pink #F272FF

Color information

#F272FF (or 0xF272FF) is unknown color: approx Ultra Pink. HEX triplet: F2, 72 and FF. RGB value is (242,114,255). Sum of RGB (Red+Green+Blue) = 242+114+255=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 114 (44.92% from 255 or 18.66% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #F272FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F272FF is #0D8D00. Grayscale: #A7A7A7. Windows color (decimal): -888065 or 16741106. OLE color: 16741106.

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

Color convert

RGB242114255-
CMYK0.050.5500
HSL294.47º100%72.35%-
HSV(B)294.47º55.29%100%-
XYZ60.6938.1398.77-
YUV168.35176.91180.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.61%
GREEN value IS 114 (44.92% from 255) = 18.66%
BLUE value IS 255 (100% from 255) = 41.73%
R=39.61%
G=18.66%
B=41.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2421142550.050.5500294.4710072.35
HexF272FF537001266448
Octal36216237756700446144110
Binary111100101110010111111111011101110010010011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F272FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F272FF; }

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

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

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

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

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

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

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

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