#F372FF

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

Shades of Ultra Pink #F372FF

Tints of Ultra Pink #F372FF

Color information

#F372FF (or 0xF372FF) is unknown color: approx Ultra Pink. HEX triplet: F3, 72 and FF. RGB value is (243,114,255). Sum of RGB (Red+Green+Blue) = 243+114+255=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 114 (44.92% from 255 or 18.63% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #F372FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F372FF is #0C8D00. Grayscale: #A8A8A8. Windows color (decimal): -822529 or 16741107. OLE color: 16741107.

HSL color Cylindrical-coordinate representation of color #F372FF: hue angle of 294.89º 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 #F372FF is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB243114255-
CMYK0.050.5500
HSL294.89º100%72.35%-
HSV(B)294.89º55.29%100%-
XYZ61.0338.3198.79-
YUV168.64176.74181.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.71%
GREEN value IS 114 (44.92% from 255) = 18.63%
BLUE value IS 255 (100% from 255) = 41.67%
R=39.71%
G=18.63%
B=41.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2431142550.050.5500294.8910072.35
HexF372FF537001276448
Octal36316237756700447144110
Binary111100111110010111111111011101110010010011111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F372FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F372FF; }

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

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

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

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

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

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

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

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