#F372FE

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

Shades of Ultra Pink #F372FE

Tints of Ultra Pink #F372FE

Color information

#F372FE (or 0xF372FE) is unknown color: approx Ultra Pink. HEX triplet: F3, 72 and FE. RGB value is (243,114,254). Sum of RGB (Red+Green+Blue) = 243+114+254=611 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.77% from 611); Green value is 114 (44.92% from 255 or 18.66% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #F372FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F372FE is #0C8D01. Grayscale: #A8A8A8. Windows color (decimal): -822530 or 16675571. OLE color: 16675571.

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

Color convert

RGB243114254-
CMYK0.040.5500.00
HSL295.29º98.59%72.16%-
HSV(B)295.29º55.12%99.61%-
XYZ60.8738.2597.94-
YUV168.53176.24181.12-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.77%
GREEN value IS 114 (44.92% from 255) = 18.66%
BLUE value IS 254 (99.61% from 255) = 41.57%
R=39.77%
G=18.66%
B=41.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2431142540.040.5500.00295.2998.5972.16
HexF372FE437001276348
Octal36316237646700447143110
Binary111100111110010111111101001101110010010011111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F372FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F372FE; }

 p { color: rgb(243,114,254); }

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

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

 a { background-color: rgb(243,114,254); }

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

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

 span { border-color: rgb(243,114,254); }

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