#FA6BFC

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

Shades of Ultra Pink #FA6BFC

Tints of Ultra Pink #FA6BFC

Color information

#FA6BFC (or 0xFA6BFC) is unknown color: approx Ultra Pink. HEX triplet: FA, 6B and FC. RGB value is (250,107,252). Sum of RGB (Red+Green+Blue) = 250+107+252=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 107 (42.19% from 255 or 17.57% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #FA6BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6BFC is #059403. Grayscale: #A5A5A5. Windows color (decimal): -365572 or 16542714. OLE color: 16542714.

HSL color Cylindrical-coordinate representation of color #FA6BFC: hue angle of 299.17º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA6BFC is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB250107252-
CMYK0.010.5800.01
HSL299.17º96.03%70.39%-
HSV(B)299.17º57.54%98.82%-
XYZ62.2537.8796.12-
YUV166.29176.38187.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 107 (42.19% from 255) = 17.57%
BLUE value IS 252 (98.83% from 255) = 41.38%
R=41.05%
G=17.57%
B=41.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2501072520.010.5800.01299.1796.0370.39
HexFA6BFC13A0112b6046
Octal37215337417201453140106
Binary1111101011010111111110011110100110010101111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6BFC; }

 p { color: rgb(250,107,252); }

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

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

 a { background-color: rgb(250,107,252); }

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

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

 span { border-color: rgb(250,107,252); }

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