#f270f2

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

Shades of Ultra Pink #F270F2

Tints of Ultra Pink #F270F2

Color information

#F270F2 (or 0xF270F2) is unknown color: approx Ultra Pink. HEX triplet: F2, 70 and F2. RGB value is (242,112,242). Sum of RGB (Red+Green+Blue) = 242+112+242=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 112 (44.14% from 255 or 18.79% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F270F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F270F2 is #0D8F0D. Grayscale: #A5A5A5. Windows color (decimal): -888590 or 15888626. OLE color: 15888626.

HSL color Cylindrical-coordinate representation of color #F270F2: hue angle of 300º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F270F2 is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB242112242-
CMYK00.5400.05
HSL300º83.33%69.41%-
HSV(B)300º53.72%94.9%-
XYZ58.4436.8888.04-
YUV165.69171.07182.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.60%
GREEN value IS 112 (44.14% from 255) = 18.79%
BLUE value IS 242 (94.92% from 255) = 40.60%
R=40.60%
G=18.79%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211224200.5400.0530083.3369.41
HexF270F20360512c5345
Octal36216036206605454123105
Binary111100101110000111100100110110010110010110010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f270f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f270f2; }

 p { color: rgb(242,112,242); }

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

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

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

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

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

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

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