#F370F4

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

Shades of Ultra Pink #F370F4

Tints of Ultra Pink #F370F4

Color information

#F370F4 (or 0xF370F4) is unknown color: approx Ultra Pink. HEX triplet: F3, 70 and F4. RGB value is (243,112,244). Sum of RGB (Red+Green+Blue) = 243+112+244=599 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.57% from 599); Green value is 112 (44.14% from 255 or 18.70% 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 #F370F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F370F4 is #0C8F0B. Grayscale: #A5A5A5. Windows color (decimal): -823052 or 16019699. OLE color: 16019699.

HSL color Cylindrical-coordinate representation of color #F370F4: hue angle of 299.55º 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 #F370F4 is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB243112244-
CMYK0.000.5400.04
HSL299.55º85.71%69.8%-
HSV(B)299.55º54.1%95.69%-
XYZ59.0937.1789.65-
YUV166.22171.9182.77-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.57%
GREEN value IS 112 (44.14% from 255) = 18.70%
BLUE value IS 244 (95.70% from 255) = 40.73%
R=40.57%
G=18.70%
B=40.73%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2431122440.000.5400.04299.5585.7169.8
HexF370F40360412c5646
Octal36316036406604454126106
Binary111100111110000111101000110110010010010110010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F370F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F370F4; }

 p { color: rgb(243,112,244); }

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

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

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

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

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

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

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